Html Css Color HEX #999C8F Delta

📋 copy color: '#999C8F'

red 153 ◦ green 156 ◦ blue 143

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

Shades of Delta #999C8F

Tints of Delta #999C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.64%

R = 33.85%
G = 34.51%
B = 31.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#999C8F (or 0x999C8F) is known color: Delta. HEX triplet: 99, 9C and 8F. RGB value is (153,156,143). Sum of RGB (Red+Green+Blue) = 153+156+143=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 156 - color contains mainly: green. Hex color #999C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C8F is #666370. Grayscale: #999999. Windows color (decimal): -6710129 or 9411737. OLE color: 9411737.

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

Color convert

RGB 153 156 143 -
CMYK 0.02 0 0.08 0.39
HSL 73.85º 0.06% 0.59% -
HSV(B) 73.85º 0.08% 0.61% -
XYZ 29.98 32.53 30.69 -
YUV 153.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 153 156 143 0.02 0 0.08 0.39 73.85 0.06 0.59
Hex 99 9C 8F 2 0 8 27 4A 6 3B
Octal 231 234 217 2 0 10 47 112 6 73
Binary 10011001 10011100 10001111 10 0 1000 100111 1001010 110 111011

Color Harmonies of #999C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C8F

Black with #999C8F

Text Example


Text Example

White with #999C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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