Html Css Color HEX #CF6D1F Chocolate

📋 copy color: '#CF6D1F'

red 207 ◦ green 109 ◦ blue 31

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

Shades of Chocolate #CF6D1F

Tints of Chocolate #CF6D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 59.65%
G = 31.41%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF6D1F (or 0xCF6D1F) is known color: Chocolate. HEX triplet: CF, 6D and 1F. RGB value is (207,109,31). Sum of RGB (Red+Green+Blue) = 207+109+31=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D1F is #3092E0. Grayscale: #818181. Windows color (decimal): -3183329 or 2059727. OLE color: 2059727.

HSL color Cylindrical-coordinate representation of color #CF6D1F: hue angle of 26.59º 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 #CF6D1F is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 31 -
CMYK 0 0.47 0.85 0.19
HSL 26.59º 0.74% 0.47% -
HSV(B) 26.59º 0.85% 0.81% -
XYZ 31.45 24.3 4.33 -
YUV 129.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 207 109 31 0 0.47 0.85 0.19 26.59 0.74 0.47
Hex CF 6D 1F 0 2F 55 13 1B 4A 2F
Octal 317 155 37 0 57 125 23 33 112 57
Binary 11001111 1101101 11111 0 101111 1010101 10011 11011 1001010 101111

Color Harmonies of #CF6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D1F

Black with #CF6D1F

Text Example


Text Example

White with #CF6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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