#C68637

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

Shades of Golden Bell #C68637

Tints of Golden Bell #C68637

Color information

#C68637 (or 0xC68637) is unknown color: approx Golden Bell. HEX triplet: C6, 86 and 37. RGB value is (198,134,55). Sum of RGB (Red+Green+Blue) = 198+134+55=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68637 is #3979C8. Grayscale: #909090. Windows color (decimal): -3766729 or 3638982. OLE color: 3638982.

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

Color convert

RGB19813455-
CMYK00.320.720.22
HSL33.15º56.52%49.61%-
HSV(B)33.15º72.22%77.65%-
XYZ32.529.337.56-
YUV144.1377.7166.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 55 (21.88% from 255) = 14.21%
R=51.16%
G=34.63%
B=14.21%

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
Decimal1981345500.320.720.2233.1556.5249.61
HexC686370204816213932
Octal3062066704011026417162
Binary11000110100001101101110100000100100010110100001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68637; }

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

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

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

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

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

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

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

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