Html Css Color HEX #865400 Raw Umber

📋 copy color: '#865400'

red 134 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #865400

Tints of Raw Umber #865400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 61.47%
G = 38.53%
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

#865400 (or 0x865400) is known color: Raw Umber. HEX triplet: 86, 54 and 00. RGB value is (134,84,0). Sum of RGB (Red+Green+Blue) = 134+84+0=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #865400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865400 is #79ABFF. Grayscale: #595959. Windows color (decimal): -7973888 or 21638. OLE color: 21638.

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

Color convert

RGB 134 84 0 -
CMYK 0 0.37 1 0.47
HSL 37.61º 1% 0.26% -
HSV(B) 37.61º 1% 0.53% -
XYZ 13 11.41 1.52 -
YUV 89.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 134 84 0 0 0.37 1 0.47 37.61 1 0.26
Hex 86 54 0 0 25 64 2F 26 64 1A
Octal 206 124 0 0 45 144 57 46 144 32
Binary 10000110 1010100 0 0 100101 1100100 101111 100110 1100100 11010

Color Harmonies of #865400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865400

Black with #865400

Text Example


Text Example

White with #865400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865400; }

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

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

background-color css

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

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

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

border-color css

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

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

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