Html Css Color HEX #CF6F14 Chocolate

📋 copy color: '#CF6F14'

red 207 ◦ green 111 ◦ blue 20

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

Shades of Chocolate #CF6F14

Tints of Chocolate #CF6F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

 BLUE value IS 20 (8.2% from 255) = 5.92%

R = 61.24%
G = 32.84%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF6F14 (or 0xCF6F14) is known color: Chocolate. HEX triplet: CF, 6F and 14. RGB value is (207,111,20). Sum of RGB (Red+Green+Blue) = 207+111+20=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F14 is #3090EB. Grayscale: #818181. Windows color (decimal): -3182828 or 1339343. OLE color: 1339343.

HSL color Cylindrical-coordinate representation of color #CF6F14: hue angle of 29.2º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF6F14 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 111 20 -
CMYK 0 0.46 0.90 0.19
HSL 29.2º 0.82% 0.45% -
HSV(B) 29.2º 0.9% 0.81% -
XYZ 31.54 24.68 3.76 -
YUV 129.33 66.3 183.4 -
System Red Green Blue C M Y K H S L
Decimal 207 111 20 0 0.46 0.90 0.19 29.2 0.82 0.45
Hex CF 6F 14 0 2E 5A 13 1D 52 2D
Octal 317 157 24 0 56 132 23 35 122 55
Binary 11001111 1101111 10100 0 101110 1011010 10011 11101 1010010 101101

Color Harmonies of #CF6F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F14

Black with #CF6F14

Text Example


Text Example

White with #CF6F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F14; }

 p { color: rgb(207,111,20); }

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

background-color css

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

 a { background-color: rgb(207,111,20); }

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

border-color css

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

 span { border-color: rgb(207,111,20); }

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