#C68737

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

Shades of Golden Bell #C68737

Tints of Golden Bell #C68737

Color information

#C68737 (or 0xC68737) is unknown color: approx Golden Bell. HEX triplet: C6, 87 and 37. RGB value is (198,135,55). Sum of RGB (Red+Green+Blue) = 198+135+55=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C68737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68737 is #3978C8. Grayscale: #919191. Windows color (decimal): -3766473 or 3639238. OLE color: 3639238.

HSL color Cylindrical-coordinate representation of color #C68737: hue angle of 33.57º degrees, saturation: 0.57, 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 #C68737 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19813555-
CMYK00.320.720.22
HSL33.57º56.52%49.61%-
HSV(B)33.57º72.22%77.65%-
XYZ32.6429.617.61-
YUV144.7277.37166-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 55 (21.88% from 255) = 14.18%
R=51.03%
G=34.79%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981355500.320.720.2233.5756.5249.61
HexC687370204816223932
Octal3062076704011026427162
Binary11000110100001111101110100000100100010110100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68737; }

 p { color: rgb(198,135,55); }

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

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

 a { background-color: rgb(198,135,55); }

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

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

 span { border-color: rgb(198,135,55); }

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