Html Css Color HEX #C86F14 Ochre

📋 copy color: '#C86F14'

red 200 ◦ green 111 ◦ blue 20

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

Shades of Ochre #C86F14

Tints of Ochre #C86F14

RGB

 RED value IS 200 (78.52% from 255) = 60.42%

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

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

R = 60.42%
G = 33.53%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C86F14 (or 0xC86F14) is known color: Ochre. HEX triplet: C8, 6F and 14. RGB value is (200,111,20). Sum of RGB (Red+Green+Blue) = 200+111+20=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86F14 is #3790EB. Grayscale: #7F7F7F. Windows color (decimal): -3641580 or 1339336. OLE color: 1339336.

HSL color Cylindrical-coordinate representation of color #C86F14: hue angle of 30.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C86F14 is Cyan = 0, Magento = 0.44, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 111 20 -
CMYK 0 0.44 0.9 0.22
HSL 30.33º 0.82% 0.43% -
HSV(B) 30.33º 0.9% 0.78% -
XYZ 29.63 23.7 3.67 -
YUV 127.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 200 111 20 0 0.44 0.9 0.22 30.33 0.82 0.43
Hex C8 6F 14 0 2C 5A 16 1E 52 2B
Octal 310 157 24 0 54 132 26 36 122 53
Binary 11001000 1101111 10100 0 101100 1011010 10110 11110 1010010 101011

Color Harmonies of #C86F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F14

Black with #C86F14

Text Example


Text Example

White with #C86F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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