Html Css Color HEX #865900 Raw Umber

📋 copy color: '#865900'

red 134 ◦ green 89 ◦ blue 0

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

Shades of Raw Umber #865900

Tints of Raw Umber #865900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.91%

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

R = 60.09%
G = 39.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#865900 (or 0x865900) is known color: Raw Umber. HEX triplet: 86, 59 and 00. RGB value is (134,89,0). Sum of RGB (Red+Green+Blue) = 134+89+0=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #865900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865900 is #79A6FF. Grayscale: #5C5C5C. Windows color (decimal): -7972608 or 22918. OLE color: 22918.

HSL color Cylindrical-coordinate representation of color #865900: hue angle of 39.85º 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 #865900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 89 0 -
CMYK 0 0.34 1 0.47
HSL 39.85º 1% 0.26% -
HSV(B) 39.85º 1% 0.53% -
XYZ 13.4 12.21 1.65 -
YUV 92.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 134 89 0 0 0.34 1 0.47 39.85 1 0.26
Hex 86 59 0 0 22 64 2F 28 64 1A
Octal 206 131 0 0 42 144 57 50 144 32
Binary 10000110 1011001 0 0 100010 1100100 101111 101000 1100100 11010

Color Harmonies of #865900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865900

Black with #865900

Text Example


Text Example

White with #865900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865900; }

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

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

background-color css

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

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

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

border-color css

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

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

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