Html Css Color HEX #999683 Grey Olive

📋 copy color: '#999683'

red 153 ◦ green 150 ◦ blue 131

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

Shades of Grey Olive #999683

Tints of Grey Olive #999683

RGB

 RED value IS 153 (60.16% from 255) = 35.25%

 GREEN value IS 150 (58.98% from 255) = 34.56%

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 35.25%
G = 34.56%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#999683 (or 0x999683) is known color: Grey Olive. HEX triplet: 99, 96 and 83. RGB value is (153,150,131). Sum of RGB (Red+Green+Blue) = 153+150+131=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999683 is #66697C. Grayscale: #949494. Windows color (decimal): -6711677 or 8623769. OLE color: 8623769.

HSL color Cylindrical-coordinate representation of color #999683: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #999683 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 131 -
CMYK 0 0.02 0.14 0.4
HSL 51.82º 0.1% 0.56% -
HSV(B) 51.82º 0.14% 0.6% -
XYZ 28.14 30.22 25.82 -
YUV 148.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 153 150 131 0 0.02 0.14 0.4 51.82 0.1 0.56
Hex 99 96 83 0 2 E 28 34 A 38
Octal 231 226 203 0 2 16 50 64 12 70
Binary 10011001 10010110 10000011 0 10 1110 101000 110100 1010 111000

Color Harmonies of #999683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999683

Black with #999683

Text Example


Text Example

White with #999683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999683; }

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

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

background-color css

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

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

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

border-color css

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

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

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