#C67B36

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

Shades of Golden Bell #C67B36

Tints of Golden Bell #C67B36

Color information

#C67B36 (or 0xC67B36) is unknown color: approx Golden Bell. HEX triplet: C6, 7B and 36. RGB value is (198,123,54). Sum of RGB (Red+Green+Blue) = 198+123+54=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67B36 is #3984C9. Grayscale: #898989. Windows color (decimal): -3769546 or 3570630. OLE color: 3570630.

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

Color convert

RGB19812354-
CMYK00.380.730.22
HSL28.75º57.14%49.41%-
HSV(B)28.75º72.73%77.65%-
XYZ31.0426.446.96-
YUV137.5680.85171.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 54 (21.48% from 255) = 14.4%
R=52.8%
G=32.8%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981235400.380.730.2228.7557.1449.41
HexC67B3602649161d3931
Octal3061736604611126357161
Binary110001101111011110110010011010010011011011101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67B36; }

 p { color: rgb(198,123,54); }

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

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

 a { background-color: rgb(198,123,54); }

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

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

 span { border-color: rgb(198,123,54); }

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