Html Css Color HEX #865510 Raw Umber

📋 copy color: '#865510'

red 134 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #865510

Tints of Raw Umber #865510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 57.02%
G = 36.17%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#865510 (or 0x865510) is known color: Raw Umber. HEX triplet: 86, 55 and 10. RGB value is (134,85,16). Sum of RGB (Red+Green+Blue) = 134+85+16=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #865510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865510 is #79AAEF. Grayscale: #5C5C5C. Windows color (decimal): -7973616 or 1070470. OLE color: 1070470.

HSL color Cylindrical-coordinate representation of color #865510: hue angle of 35.08º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #865510 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 16 -
CMYK 0 0.37 0.88 0.47
HSL 35.08º 0.79% 0.29% -
HSV(B) 35.08º 0.88% 0.53% -
XYZ 13.17 11.6 2.04 -
YUV 91.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 134 85 16 0 0.37 0.88 0.47 35.08 0.79 0.29
Hex 86 55 10 0 25 58 2F 23 4F 1D
Octal 206 125 20 0 45 130 57 43 117 35
Binary 10000110 1010101 10000 0 100101 1011000 101111 100011 1001111 11101

Color Harmonies of #865510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865510

Black with #865510

Text Example


Text Example

White with #865510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865510; }

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

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

background-color css

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

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

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

border-color css

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

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

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