Html Css Color HEX #CF6D12 Chocolate

📋 copy color: '#CF6D12'

red 207 ◦ green 109 ◦ blue 18

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

Shades of Chocolate #CF6D12

Tints of Chocolate #CF6D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 61.98%
G = 32.63%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF6D12 (or 0xCF6D12) is known color: Chocolate. HEX triplet: CF, 6D and 12. RGB value is (207,109,18). Sum of RGB (Red+Green+Blue) = 207+109+18=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D12 is #3092ED. Grayscale: #808080. Windows color (decimal): -3183342 or 1207759. OLE color: 1207759.

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

Color convert

RGB 207 109 18 -
CMYK 0 0.47 0.91 0.19
HSL 28.89º 0.84% 0.44% -
HSV(B) 28.89º 0.91% 0.81% -
XYZ 31.31 24.25 3.6 -
YUV 127.93 65.97 184.4 -
System Red Green Blue C M Y K H S L
Decimal 207 109 18 0 0.47 0.91 0.19 28.89 0.84 0.44
Hex CF 6D 12 0 2F 5B 13 1D 54 2C
Octal 317 155 22 0 57 133 23 35 124 54
Binary 11001111 1101101 10010 0 101111 1011011 10011 11101 1010100 101100

Color Harmonies of #CF6D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D12

Black with #CF6D12

Text Example


Text Example

White with #CF6D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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