#C68837

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

Shades of Golden Bell #C68837

Tints of Golden Bell #C68837

Color information

#C68837 (or 0xC68837) is unknown color: approx Golden Bell. HEX triplet: C6, 88 and 37. RGB value is (198,136,55). Sum of RGB (Red+Green+Blue) = 198+136+55=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C68837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68837 is #3977C8. Grayscale: #919191. Windows color (decimal): -3766217 or 3639494. OLE color: 3639494.

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

Color convert

RGB19813655-
CMYK00.310.720.22
HSL33.99º56.52%49.61%-
HSV(B)33.99º72.22%77.65%-
XYZ32.7829.897.66-
YUV145.377.04165.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 55 (21.88% from 255) = 14.14%
R=50.90%
G=34.96%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981365500.310.720.2233.9956.5249.61
HexC6883701F4816223932
Octal3062106703711026427162
Binary1100011010001000110111011111100100010110100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68837; }

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

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

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

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

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

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

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

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