Html Css Color HEX #865706 Raw Umber

📋 copy color: '#865706'

red 134 ◦ green 87 ◦ blue 6

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

Shades of Raw Umber #865706

Tints of Raw Umber #865706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.33%

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 59.03%
G = 38.33%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#865706 (or 0x865706) is known color: Raw Umber. HEX triplet: 86, 57 and 06. RGB value is (134,87,6). Sum of RGB (Red+Green+Blue) = 134+87+6=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #865706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865706 is #79A8F9. Grayscale: #5C5C5C. Windows color (decimal): -7973114 or 415622. OLE color: 415622.

HSL color Cylindrical-coordinate representation of color #865706: hue angle of 37.97º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #865706 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 87 6 -
CMYK 0 0.35 0.96 0.47
HSL 37.97º 0.91% 0.27% -
HSV(B) 37.97º 0.96% 0.53% -
XYZ 13.27 11.9 1.77 -
YUV 91.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 134 87 6 0 0.35 0.96 0.47 37.97 0.91 0.27
Hex 86 57 6 0 23 60 2F 26 5B 1B
Octal 206 127 6 0 43 140 57 46 133 33
Binary 10000110 1010111 110 0 100011 1100000 101111 100110 1011011 11011

Color Harmonies of #865706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865706

Black with #865706

Text Example


Text Example

White with #865706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865706; }

 p { color: rgb(134,87,6); }

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

background-color css

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

 a { background-color: rgb(134,87,6); }

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

border-color css

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

 span { border-color: rgb(134,87,6); }

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