Html Css Color HEX #CF6C1F Chocolate

📋 copy color: '#CF6C1F'

red 207 ◦ green 108 ◦ blue 31

#CF6C1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CF6C1F

Tints of Chocolate #CF6C1F

RGB

 RED value IS 207 (81.25% from 255) = 59.83%

 GREEN value IS 108 (42.58% from 255) = 31.21%

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 59.83%
G = 31.21%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF6C1F (or 0xCF6C1F) is known color: Chocolate. HEX triplet: CF, 6C and 1F. RGB value is (207,108,31). Sum of RGB (Red+Green+Blue) = 207+108+31=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C1F is #3093E0. Grayscale: #818181. Windows color (decimal): -3183585 or 2059471. OLE color: 2059471.

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

Color convert

RGB 207 108 31 -
CMYK 0 0.48 0.85 0.19
HSL 26.25º 0.74% 0.47% -
HSV(B) 26.25º 0.85% 0.81% -
XYZ 31.34 24.09 4.29 -
YUV 128.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 207 108 31 0 0.48 0.85 0.19 26.25 0.74 0.47
Hex CF 6C 1F 0 30 55 13 1A 4A 2F
Octal 317 154 37 0 60 125 23 32 112 57
Binary 11001111 1101100 11111 0 110000 1010101 10011 11010 1001010 101111

Color Harmonies of #CF6C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6C1F

Black with #CF6C1F

Text Example


Text Example

White with #CF6C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6C1F; }

 p { color: rgb(207,108,31); }

 H1.HeaderClassName
 {
   color: #CF6C1F;
 }
 .AnyTagClassName
 {
   color: #CF6C1F;
 }
</style>

background-color css

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

 a { background-color: rgb(207,108,31); }

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

border-color css

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

 span { border-color: rgb(207,108,31); }

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