#C2691F

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

Shades of Chocolate #C2691F

Tints of Chocolate #C2691F

Color information

#C2691F (or 0xC2691F) is unknown color: approx Chocolate. HEX triplet: C2, 69 and 1F. RGB value is (194,105,31). Sum of RGB (Red+Green+Blue) = 194+105+31=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C2691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2691F is #3D96E0. Grayscale: #7B7B7B. Windows color (decimal): -4036321 or 2058690. OLE color: 2058690.

HSL color Cylindrical-coordinate representation of color #C2691F: hue angle of 27.24º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2691F is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB19410531-
CMYK00.460.840.24
HSL27.24º72.44%44.12%-
HSV(B)27.24º84.02%76.08%-
XYZ27.5521.674.03-
YUV123.1875.99178.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 31 (12.5% from 255) = 9.39%
R=58.79%
G=31.82%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941053100.460.840.2427.2472.4444.12
HexC2691F02E54181b482c
Octal30215137056124303311054
Binary110000101101001111110101110101010011000110111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2691F; }

 p { color: rgb(194,105,31); }

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

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

 a { background-color: rgb(194,105,31); }

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

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

 span { border-color: rgb(194,105,31); }

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