Html Css Color HEX #865801 Raw Umber

📋 copy color: '#865801'

red 134 ◦ green 88 ◦ blue 1

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

Shades of Raw Umber #865801

Tints of Raw Umber #865801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.46%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 60.09%
G = 39.46%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#865801 (or 0x865801) is known color: Raw Umber. HEX triplet: 86, 58 and 01. RGB value is (134,88,1). Sum of RGB (Red+Green+Blue) = 134+88+1=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #865801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865801 is #79A7FE. Grayscale: #5C5C5C. Windows color (decimal): -7972863 or 88198. OLE color: 88198.

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

Color convert

RGB 134 88 1 -
CMYK 0 0.34 0.99 0.47
HSL 39.25º 0.99% 0.26% -
HSV(B) 39.25º 0.99% 0.53% -
XYZ 13.33 12.05 1.65 -
YUV 91.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 134 88 1 0 0.34 0.99 0.47 39.25 0.99 0.26
Hex 86 58 1 0 22 63 2F 27 63 1A
Octal 206 130 1 0 42 143 57 47 143 32
Binary 10000110 1011000 1 0 100010 1100011 101111 100111 1100011 11010

Color Harmonies of #865801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865801

Black with #865801

Text Example


Text Example

White with #865801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865801; }

 p { color: rgb(134,88,1); }

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

background-color css

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

 a { background-color: rgb(134,88,1); }

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

border-color css

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

 span { border-color: rgb(134,88,1); }

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