#C67E32

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

Shades of Golden Bell #C67E32

Tints of Golden Bell #C67E32

Color information

#C67E32 (or 0xC67E32) is unknown color: approx Golden Bell. HEX triplet: C6, 7E and 32. RGB value is (198,126,50). Sum of RGB (Red+Green+Blue) = 198+126+50=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E32 is #3981CD. Grayscale: #8B8B8B. Windows color (decimal): -3768782 or 3309254. OLE color: 3309254.

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

Color convert

RGB19812650-
CMYK00.360.750.22
HSL30.81º59.68%48.63%-
HSV(B)30.81º74.75%77.65%-
XYZ31.3327.166.61-
YUV138.8677.85170.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.94%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 50 (19.92% from 255) = 13.37%
R=52.94%
G=33.69%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981265000.360.750.2230.8159.6848.63
HexC67E320244B161f3c31
Octal3061766204411326377461
Binary110001101111110110010010010010010111011011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67E32; }

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

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

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

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

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

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

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

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