#CF6A1C

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

Shades of Chocolate #CF6A1C

Tints of Chocolate #CF6A1C

Color information

#CF6A1C (or 0xCF6A1C) is unknown color: approx Chocolate. HEX triplet: CF, 6A and 1C. RGB value is (207,106,28). Sum of RGB (Red+Green+Blue) = 207+106+28=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A1C is #3095E3. Grayscale: #7F7F7F. Windows color (decimal): -3184100 or 1862351. OLE color: 1862351.

HSL color Cylindrical-coordinate representation of color #CF6A1C: hue angle of 26.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF6A1C is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20710628-
CMYK00.490.860.19
HSL26.15º76.17%46.08%-
HSV(B)26.15º86.47%81.18%-
XYZ31.123.664.03-
YUV127.3171.96184.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.70%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 28 (11.33% from 255) = 8.21%
R=60.70%
G=31.09%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071062800.490.860.1926.1576.1746.08
HexCF6A1C03156131a4c2e
Octal31715234061126233211456
Binary110011111101010111000110001101011010011110101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A1C; }

 p { color: rgb(207,106,28); }

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

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

 a { background-color: rgb(207,106,28); }

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

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

 span { border-color: rgb(207,106,28); }

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