Html Css Color HEX #865901 Raw Umber

📋 copy color: '#865901'

red 134 ◦ green 89 ◦ blue 1

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

Shades of Raw Umber #865901

Tints of Raw Umber #865901

RGB

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

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

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

R = 59.82%
G = 39.73%
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

#865901 (or 0x865901) is known color: Raw Umber. HEX triplet: 86, 59 and 01. RGB value is (134,89,1). Sum of RGB (Red+Green+Blue) = 134+89+1=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #865901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865901 is #79A6FE. Grayscale: #5C5C5C. Windows color (decimal): -7972607 or 88454. OLE color: 88454.

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

Color convert

RGB 134 89 1 -
CMYK 0 0.34 0.99 0.47
HSL 39.7º 0.99% 0.26% -
HSV(B) 39.7º 0.99% 0.53% -
XYZ 13.41 12.22 1.68 -
YUV 92.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 134 89 1 0 0.34 0.99 0.47 39.7 0.99 0.26
Hex 86 59 1 0 22 63 2F 28 63 1A
Octal 206 131 1 0 42 143 57 50 143 32
Binary 10000110 1011001 1 0 100010 1100011 101111 101000 1100011 11010

Color Harmonies of #865901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865901

Black with #865901

Text Example


Text Example

White with #865901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865901; }

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

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

background-color css

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

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

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

border-color css

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

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

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