Html Css Color HEX #83996B Highland

📋 copy color: '#83996B'

red 131 ◦ green 153 ◦ blue 107

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

Shades of Highland #83996B

Tints of Highland #83996B

RGB

 RED value IS 131 (51.56% from 255) = 33.5%

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

 BLUE value IS 107 (42.19% from 255) = 27.37%

R = 33.5%
G = 39.13%
B = 27.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#83996B (or 0x83996B) is known color: Highland. HEX triplet: 83, 99 and 6B. RGB value is (131,153,107). Sum of RGB (Red+Green+Blue) = 131+153+107=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #83996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83996B is #7C6694. Grayscale: #8D8D8D. Windows color (decimal): -8152725 or 7051651. OLE color: 7051651.

HSL color Cylindrical-coordinate representation of color #83996B: hue angle of 88.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83996B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 107 -
CMYK 0.14 0 0.30 0.4
HSL 88.7º 0.18% 0.51% -
HSV(B) 88.7º 0.3% 0.6% -
XYZ 23.41 28.67 18.21 -
YUV 141.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 131 153 107 0.14 0 0.30 0.4 88.7 0.18 0.51
Hex 83 99 6B E 0 1E 28 59 12 33
Octal 203 231 153 16 0 36 50 131 22 63
Binary 10000011 10011001 1101011 1110 0 11110 101000 1011001 10010 110011

Color Harmonies of #83996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83996B

Black with #83996B

Text Example


Text Example

White with #83996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83996B; }

 p { color: rgb(131,153,107); }

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

background-color css

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

 a { background-color: rgb(131,153,107); }

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

border-color css

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

 span { border-color: rgb(131,153,107); }

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