Html Css Color HEX #865500 Raw Umber

📋 copy color: '#865500'

red 134 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #865500

Tints of Raw Umber #865500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.81%

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

R = 61.19%
G = 38.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#865500 (or 0x865500) is known color: Raw Umber. HEX triplet: 86, 55 and 00. RGB value is (134,85,0). Sum of RGB (Red+Green+Blue) = 134+85+0=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #865500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865500 is #79AAFF. Grayscale: #5A5A5A. Windows color (decimal): -7973632 or 21894. OLE color: 21894.

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

Color convert

RGB 134 85 0 -
CMYK 0 0.37 1 0.47
HSL 38.06º 1% 0.26% -
HSV(B) 38.06º 1% 0.53% -
XYZ 13.08 11.57 1.54 -
YUV 89.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 134 85 0 0 0.37 1 0.47 38.06 1 0.26
Hex 86 55 0 0 25 64 2F 26 64 1A
Octal 206 125 0 0 45 144 57 46 144 32
Binary 10000110 1010101 0 0 100101 1100100 101111 100110 1100100 11010

Color Harmonies of #865500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865500

Black with #865500

Text Example


Text Example

White with #865500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865500; }

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

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

background-color css

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

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

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

border-color css

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

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

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