#C68438

Color #C68438 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #C68438

Tints of Golden Bell #C68438

Color information

#C68438 (or 0xC68438) is unknown color: approx Golden Bell. HEX triplet: C6, 84 and 38. RGB value is (198,132,56). Sum of RGB (Red+Green+Blue) = 198+132+56=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C68438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68438 is #397BC7. Grayscale: #8F8F8F. Windows color (decimal): -3767240 or 3704006. OLE color: 3704006.

HSL color Cylindrical-coordinate representation of color #C68438: hue angle of 32.11º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68438 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19813256-
CMYK00.330.720.22
HSL32.11º55.91%49.8%-
HSV(B)32.11º71.72%77.65%-
XYZ32.2528.797.6-
YUV143.0778.87167.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 56 (22.27% from 255) = 14.51%
R=51.30%
G=34.20%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981325600.330.720.2232.1155.9149.8
HexC684380214816203832
Octal3062047004111026407062
Binary11000110100001001110000100001100100010110100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68438; }

 p { color: rgb(198,132,56); }

 H1.HeaderClassName
 {
   color: #C68438;
 }
 .AnyTagClassName
 {
   color: #C68438;
 }
</style>
background-color css

<style>
 a { background-color: #C68438; }

 a { background-color: rgb(198,132,56); }

 div.DivClassName
 {
   background-color: #C68438;
 }
 .BgClassName
 {
   background-color: #C68438;
 }
</style>
border-color css

<style>
 span { border-color: #C68438; }

 span { border-color: rgb(198,132,56); }

 td.TdClassName
 {
   border-color: #C68438;
 }
 .TagClassName
 {
   border-color: #C68438;
 }
</style>