Html Css Color HEX #999C91 Delta

📋 copy color: '#999C91'

red 153 ◦ green 156 ◦ blue 145

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

Shades of Delta #999C91

Tints of Delta #999C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.36%

 BLUE value IS 145 (57.03% from 255) = 31.94%

R = 33.7%
G = 34.36%
B = 31.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#999C91 (or 0x999C91) is known color: Delta. HEX triplet: 99, 9C and 91. RGB value is (153,156,145). Sum of RGB (Red+Green+Blue) = 153+156+145=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 145 (57.03% from 255 or 31.94% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #999C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C91 is #66636E. Grayscale: #999999. Windows color (decimal): -6710127 or 9542809. OLE color: 9542809.

HSL color Cylindrical-coordinate representation of color #999C91: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #999C91 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 156 145 -
CMYK 0.02 0 0.07 0.39
HSL 76.36º 0.05% 0.59% -
HSV(B) 76.36º 0.07% 0.61% -
XYZ 30.14 32.59 31.49 -
YUV 153.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 153 156 145 0.02 0 0.07 0.39 76.36 0.05 0.59
Hex 99 9C 91 2 0 7 27 4C 5 3B
Octal 231 234 221 2 0 7 47 114 5 73
Binary 10011001 10011100 10010001 10 0 111 100111 1001100 101 111011

Color Harmonies of #999C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C91

Black with #999C91

Text Example


Text Example

White with #999C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999C91; }

 p { color: rgb(153,156,145); }

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

background-color css

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

 a { background-color: rgb(153,156,145); }

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

border-color css

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

 span { border-color: rgb(153,156,145); }

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