Html Css Color HEX #CF6F1D Chocolate

📋 copy color: '#CF6F1D'

red 207 ◦ green 111 ◦ blue 29

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

Shades of Chocolate #CF6F1D

Tints of Chocolate #CF6F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 59.65%
G = 31.99%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF6F1D (or 0xCF6F1D) is known color: Chocolate. HEX triplet: CF, 6F and 1D. RGB value is (207,111,29). Sum of RGB (Red+Green+Blue) = 207+111+29=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F1D is #3090E2. Grayscale: #828282. Windows color (decimal): -3182819 or 1929167. OLE color: 1929167.

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

Color convert

RGB 207 111 29 -
CMYK 0 0.46 0.86 0.19
HSL 27.64º 0.75% 0.46% -
HSV(B) 27.64º 0.86% 0.81% -
XYZ 31.64 24.72 4.27 -
YUV 130.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 207 111 29 0 0.46 0.86 0.19 27.64 0.75 0.46
Hex CF 6F 1D 0 2E 56 13 1C 4B 2E
Octal 317 157 35 0 56 126 23 34 113 56
Binary 11001111 1101111 11101 0 101110 1010110 10011 11100 1001011 101110

Color Harmonies of #CF6F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F1D

Black with #CF6F1D

Text Example


Text Example

White with #CF6F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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