#CF6B13

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

Shades of Chocolate #CF6B13

Tints of Chocolate #CF6B13

Color information

#CF6B13 (or 0xCF6B13) is unknown color: approx Chocolate. HEX triplet: CF, 6B and 13. RGB value is (207,107,19). Sum of RGB (Red+Green+Blue) = 207+107+19=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6B13 is #3094EC. Grayscale: #7F7F7F. Windows color (decimal): -3183853 or 1272783. OLE color: 1272783.

HSL color Cylindrical-coordinate representation of color #CF6B13: hue angle of 28.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF6B13 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB20710719-
CMYK00.480.910.19
HSL28.09º83.19%44.31%-
HSV(B)28.09º90.82%81.18%-
XYZ31.1123.833.58-
YUV126.8767.13185.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.16%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=62.16%
G=32.13%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071071900.480.910.1928.0983.1944.31
HexCF6B130305B131c532c
Octal31715323060133233412354
Binary110011111101011100110110000101101110011111001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6B13; }

 p { color: rgb(207,107,19); }

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

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

 a { background-color: rgb(207,107,19); }

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

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

 span { border-color: rgb(207,107,19); }

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