#C0691B

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

Shades of Chocolate #C0691B

Tints of Chocolate #C0691B

Color information

#C0691B (or 0xC0691B) is unknown color: approx Chocolate. HEX triplet: C0, 69 and 1B. RGB value is (192,105,27). Sum of RGB (Red+Green+Blue) = 192+105+27=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C0691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0691B is #3F96E4. Grayscale: #7A7A7A. Windows color (decimal): -4167397 or 1796544. OLE color: 1796544.

HSL color Cylindrical-coordinate representation of color #C0691B: hue angle of 28.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0691B is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19210527-
CMYK00.450.860.25
HSL28.36º75.34%42.94%-
HSV(B)28.36º85.94%75.29%-
XYZ26.9921.393.74-
YUV122.1274.32177.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.26%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 27 (10.94% from 255) = 8.33%
R=59.26%
G=32.41%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921052700.450.860.2528.3675.3442.94
HexC0691B02D56191c4b2b
Octal30015133055126313411353
Binary110000001101001110110101101101011011001111001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0691B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0691B; }

 p { color: rgb(192,105,27); }

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

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

 a { background-color: rgb(192,105,27); }

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

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

 span { border-color: rgb(192,105,27); }

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