Html Css Color HEX #C86D27 Ochre

📋 copy color: '#C86D27'

red 200 ◦ green 109 ◦ blue 39

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

Shades of Ochre #C86D27

Tints of Ochre #C86D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 57.47%
G = 31.32%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C86D27 (or 0xC86D27) is known color: Ochre. HEX triplet: C8, 6D and 27. RGB value is (200,109,39). Sum of RGB (Red+Green+Blue) = 200+109+39=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D27 is #3792D8. Grayscale: #808080. Windows color (decimal): -3642073 or 2584008. OLE color: 2584008.

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

Color convert

RGB 200 109 39 -
CMYK 0 0.46 0.80 0.22
HSL 26.09º 0.67% 0.47% -
HSV(B) 26.09º 0.81% 0.78% -
XYZ 29.65 23.36 4.87 -
YUV 128.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 200 109 39 0 0.46 0.80 0.22 26.09 0.67 0.47
Hex C8 6D 27 0 2E 50 16 1A 43 2F
Octal 310 155 47 0 56 120 26 32 103 57
Binary 11001000 1101101 100111 0 101110 1010000 10110 11010 1000011 101111

Color Harmonies of #C86D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D27

Black with #C86D27

Text Example


Text Example

White with #C86D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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