#C67E39

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

Shades of Golden Bell #C67E39

Tints of Golden Bell #C67E39

Color information

#C67E39 (or 0xC67E39) is unknown color: approx Golden Bell. HEX triplet: C6, 7E and 39. RGB value is (198,126,57). Sum of RGB (Red+Green+Blue) = 198+126+57=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E39 is #3981C6. Grayscale: #8C8C8C. Windows color (decimal): -3768775 or 3768006. OLE color: 3768006.

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

Color convert

RGB19812657-
CMYK00.360.710.22
HSL29.36º55.29%50%-
HSV(B)29.36º71.21%77.65%-
XYZ31.4927.227.47-
YUV139.6681.35169.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=51.97%
G=33.07%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981265700.360.710.2229.3655.2950
HexC67E3902447161d3732
Octal3061767104410726356762
Binary110001101111110111001010010010001111011011101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E39; }

 p { color: rgb(198,126,57); }

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

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

 a { background-color: rgb(198,126,57); }

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

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

 span { border-color: rgb(198,126,57); }

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