Html Css Color HEX #999082 Heathered Grey

📋 copy color: '#999082'

red 153 ◦ green 144 ◦ blue 130

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

Shades of Heathered Grey #999082

Tints of Heathered Grey #999082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.72%

 BLUE value IS 130 (51.17% from 255) = 30.44%

R = 35.83%
G = 33.72%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#999082 (or 0x999082) is known color: Heathered Grey. HEX triplet: 99, 90 and 82. RGB value is (153,144,130). Sum of RGB (Red+Green+Blue) = 153+144+130=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #999082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999082 is #666F7D. Grayscale: #919191. Windows color (decimal): -6713214 or 8556697. OLE color: 8556697.

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

Color convert

RGB 153 144 130 -
CMYK 0 0.06 0.15 0.4
HSL 36.52º 0.1% 0.55% -
HSV(B) 36.52º 0.15% 0.6% -
XYZ 27.14 28.33 25.16 -
YUV 145.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 153 144 130 0 0.06 0.15 0.4 36.52 0.1 0.55
Hex 99 90 82 0 6 F 28 25 A 37
Octal 231 220 202 0 6 17 50 45 12 67
Binary 10011001 10010000 10000010 0 110 1111 101000 100101 1010 110111

Color Harmonies of #999082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999082

Black with #999082

Text Example


Text Example

White with #999082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999082; }

 p { color: rgb(153,144,130); }

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

background-color css

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

 a { background-color: rgb(153,144,130); }

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

border-color css

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

 span { border-color: rgb(153,144,130); }

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