Html Css Color HEX #85996D Highland

📋 copy color: '#85996D'

red 133 ◦ green 153 ◦ blue 109

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

Shades of Highland #85996D

Tints of Highland #85996D

RGB

 RED value IS 133 (52.34% from 255) = 33.67%

 GREEN value IS 153 (60.16% from 255) = 38.73%

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 33.67%
G = 38.73%
B = 27.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#85996D (or 0x85996D) is known color: Highland. HEX triplet: 85, 99 and 6D. RGB value is (133,153,109). Sum of RGB (Red+Green+Blue) = 133+153+109=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #85996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85996D is #7A6692. Grayscale: #8E8E8E. Windows color (decimal): -8021651 or 7182725. OLE color: 7182725.

HSL color Cylindrical-coordinate representation of color #85996D: hue angle of 87.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85996D is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 109 -
CMYK 0.13 0 0.29 0.4
HSL 87.27º 0.18% 0.51% -
HSV(B) 87.27º 0.29% 0.6% -
XYZ 23.82 28.87 18.79 -
YUV 142 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 133 153 109 0.13 0 0.29 0.4 87.27 0.18 0.51
Hex 85 99 6D D 0 1D 28 57 12 33
Octal 205 231 155 15 0 35 50 127 22 63
Binary 10000101 10011001 1101101 1101 0 11101 101000 1010111 10010 110011

Color Harmonies of #85996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85996D

Black with #85996D

Text Example


Text Example

White with #85996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85996D; }

 p { color: rgb(133,153,109); }

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

background-color css

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

 a { background-color: rgb(133,153,109); }

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

border-color css

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

 span { border-color: rgb(133,153,109); }

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