Html Css Color HEX #86540C Raw Umber

📋 copy color: '#86540C'

red 134 ◦ green 84 ◦ blue 12

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

Shades of Raw Umber #86540C

Tints of Raw Umber #86540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

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

R = 58.26%
G = 36.52%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#86540C (or 0x86540C) is known color: Raw Umber. HEX triplet: 86, 54 and 0C. RGB value is (134,84,12). Sum of RGB (Red+Green+Blue) = 134+84+12=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86540C is #79ABF3. Grayscale: #5B5B5B. Windows color (decimal): -7973876 or 808070. OLE color: 808070.

HSL color Cylindrical-coordinate representation of color #86540C: hue angle of 35.41º 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 #86540C is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 84 12 -
CMYK 0 0.37 0.91 0.47
HSL 35.41º 0.84% 0.29% -
HSV(B) 35.41º 0.91% 0.53% -
XYZ 13.07 11.44 1.87 -
YUV 90.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 134 84 12 0 0.37 0.91 0.47 35.41 0.84 0.29
Hex 86 54 C 0 25 5B 2F 23 54 1D
Octal 206 124 14 0 45 133 57 43 124 35
Binary 10000110 1010100 1100 0 100101 1011011 101111 100011 1010100 11101

Color Harmonies of #86540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86540C

Black with #86540C

Text Example


Text Example

White with #86540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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