Html Css Color HEX #85996C Highland

📋 copy color: '#85996C'

red 133 ◦ green 153 ◦ blue 108

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

Shades of Highland #85996C

Tints of Highland #85996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 33.76%
G = 38.83%
B = 27.41%

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

#85996C (or 0x85996C) is known color: Highland. HEX triplet: 85, 99 and 6C. RGB value is (133,153,108). Sum of RGB (Red+Green+Blue) = 133+153+108=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #85996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85996C is #7A6693. Grayscale: #8E8E8E. Windows color (decimal): -8021652 or 7117189. OLE color: 7117189.

HSL color Cylindrical-coordinate representation of color #85996C: hue angle of 86.67º 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 #85996C is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 108 -
CMYK 0.13 0 0.29 0.4
HSL 86.67º 0.18% 0.51% -
HSV(B) 86.67º 0.29% 0.6% -
XYZ 23.77 28.85 18.5 -
YUV 141.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 133 153 108 0.13 0 0.29 0.4 86.67 0.18 0.51
Hex 85 99 6C D 0 1D 28 57 12 33
Octal 205 231 154 15 0 35 50 127 22 63
Binary 10000101 10011001 1101100 1101 0 11101 101000 1010111 10010 110011

Color Harmonies of #85996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85996C

Black with #85996C

Text Example


Text Example

White with #85996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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