Html Css Color HEX #C86D24 Ochre

📋 copy color: '#C86D24'

red 200 ◦ green 109 ◦ blue 36

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

Shades of Ochre #C86D24

Tints of Ochre #C86D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 57.97%
G = 31.59%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86D24 (or 0xC86D24) is known color: Ochre. HEX triplet: C8, 6D and 24. RGB value is (200,109,36). Sum of RGB (Red+Green+Blue) = 200+109+36=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D24 is #3792DB. Grayscale: #808080. Windows color (decimal): -3642076 or 2387400. OLE color: 2387400.

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

Color convert

RGB 200 109 36 -
CMYK 0 0.46 0.82 0.22
HSL 26.71º 0.69% 0.46% -
HSV(B) 26.71º 0.82% 0.78% -
XYZ 29.61 23.34 4.61 -
YUV 127.89 76.15 179.44 -
System Red Green Blue C M Y K H S L
Decimal 200 109 36 0 0.46 0.82 0.22 26.71 0.69 0.46
Hex C8 6D 24 0 2E 52 16 1B 45 2E
Octal 310 155 44 0 56 122 26 33 105 56
Binary 11001000 1101101 100100 0 101110 1010010 10110 11011 1000101 101110

Color Harmonies of #C86D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D24

Black with #C86D24

Text Example


Text Example

White with #C86D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D24; }

 p { color: rgb(200,109,36); }

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

background-color css

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

 a { background-color: rgb(200,109,36); }

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

border-color css

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

 span { border-color: rgb(200,109,36); }

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