Html Css Color HEX #865100 Raw Umber

📋 copy color: '#865100'

red 134 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #865100

Tints of Raw Umber #865100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.33%
G = 37.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#865100 (or 0x865100) is known color: Raw Umber. HEX triplet: 86, 51 and 00. RGB value is (134,81,0). Sum of RGB (Red+Green+Blue) = 134+81+0=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #865100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865100 is #79AEFF. Grayscale: #575757. Windows color (decimal): -7974656 or 20870. OLE color: 20870.

HSL color Cylindrical-coordinate representation of color #865100: hue angle of 36.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #865100 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 81 0 -
CMYK 0 0.40 1 0.47
HSL 36.27º 1% 0.26% -
HSV(B) 36.27º 1% 0.53% -
XYZ 12.77 10.95 1.44 -
YUV 87.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 134 81 0 0 0.40 1 0.47 36.27 1 0.26
Hex 86 51 0 0 28 64 2F 24 64 1A
Octal 206 121 0 0 50 144 57 44 144 32
Binary 10000110 1010001 0 0 101000 1100100 101111 100100 1100100 11010

Color Harmonies of #865100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865100

Black with #865100

Text Example


Text Example

White with #865100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865100; }

 p { color: rgb(134,81,0); }

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

background-color css

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

 a { background-color: rgb(134,81,0); }

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

border-color css

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

 span { border-color: rgb(134,81,0); }

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