Html Css Color HEX #86560C Raw Umber

📋 copy color: '#86560C'

red 134 ◦ green 86 ◦ blue 12

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

Shades of Raw Umber #86560C

Tints of Raw Umber #86560C

RGB

 RED value IS 134 (52.73% from 255) = 57.76%

 GREEN value IS 86 (33.98% from 255) = 37.07%

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 57.76%
G = 37.07%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86560C (or 0x86560C) is known color: Raw Umber. HEX triplet: 86, 56 and 0C. RGB value is (134,86,12). Sum of RGB (Red+Green+Blue) = 134+86+12=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86560C is #79A9F3. Grayscale: #5C5C5C. Windows color (decimal): -7973364 or 808582. OLE color: 808582.

HSL color Cylindrical-coordinate representation of color #86560C: hue angle of 36.39º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86560C is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 12 -
CMYK 0 0.36 0.91 0.47
HSL 36.39º 0.84% 0.29% -
HSV(B) 36.39º 0.91% 0.53% -
XYZ 13.23 11.75 1.92 -
YUV 91.92 82.9 158.02 -
System Red Green Blue C M Y K H S L
Decimal 134 86 12 0 0.36 0.91 0.47 36.39 0.84 0.29
Hex 86 56 C 0 24 5B 2F 24 54 1D
Octal 206 126 14 0 44 133 57 44 124 35
Binary 10000110 1010110 1100 0 100100 1011011 101111 100100 1010100 11101

Color Harmonies of #86560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86560C

Black with #86560C

Text Example


Text Example

White with #86560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86560C; }

 p { color: rgb(134,86,12); }

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

background-color css

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

 a { background-color: rgb(134,86,12); }

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

border-color css

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

 span { border-color: rgb(134,86,12); }

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