Html Css Color HEX #CF6D1C Chocolate

📋 copy color: '#CF6D1C'

red 207 ◦ green 109 ◦ blue 28

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

Shades of Chocolate #CF6D1C

Tints of Chocolate #CF6D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 60.17%
G = 31.69%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF6D1C (or 0xCF6D1C) is known color: Chocolate. HEX triplet: CF, 6D and 1C. RGB value is (207,109,28). Sum of RGB (Red+Green+Blue) = 207+109+28=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D1C is #3092E3. Grayscale: #818181. Windows color (decimal): -3183332 or 1863119. OLE color: 1863119.

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

Color convert

RGB 207 109 28 -
CMYK 0 0.47 0.86 0.19
HSL 27.15º 0.76% 0.46% -
HSV(B) 27.15º 0.86% 0.81% -
XYZ 31.41 24.29 4.13 -
YUV 129.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 207 109 28 0 0.47 0.86 0.19 27.15 0.76 0.46
Hex CF 6D 1C 0 2F 56 13 1B 4C 2E
Octal 317 155 34 0 57 126 23 33 114 56
Binary 11001111 1101101 11100 0 101111 1010110 10011 11011 1001100 101110

Color Harmonies of #CF6D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D1C

Black with #CF6D1C

Text Example


Text Example

White with #CF6D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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