#CF671E

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

Shades of Chocolate #CF671E

Tints of Chocolate #CF671E

Color information

#CF671E (or 0xCF671E) is unknown color: approx Chocolate. HEX triplet: CF, 67 and 1E. RGB value is (207,103,30). Sum of RGB (Red+Green+Blue) = 207+103+30=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF671E is #3098E1. Grayscale: #7E7E7E. Windows color (decimal): -3184866 or 1992655. OLE color: 1992655.

HSL color Cylindrical-coordinate representation of color #CF671E: hue angle of 24.75º degrees, saturation: 0.75, 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 #CF671E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20710330-
CMYK00.500.860.19
HSL24.75º74.68%46.47%-
HSV(B)24.75º85.51%81.18%-
XYZ30.8223.064.06-
YUV125.7773.96185.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.88%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 30 (12.11% from 255) = 8.82%
R=60.88%
G=30.29%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071033000.500.860.1924.7574.6846.47
HexCF671E0325613194b2e
Octal31714736062126233111356
Binary110011111100111111100110010101011010011110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF671E; }

 p { color: rgb(207,103,30); }

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

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

 a { background-color: rgb(207,103,30); }

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

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

 span { border-color: rgb(207,103,30); }

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