Html Css Color HEX #96998E Delta

📋 copy color: '#96998E'

red 150 ◦ green 153 ◦ blue 142

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

Shades of Delta #96998E

Tints of Delta #96998E

RGB

 RED value IS 150 (58.98% from 255) = 33.71%

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 33.71%
G = 34.38%
B = 31.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#96998E (or 0x96998E) is known color: Delta. HEX triplet: 96, 99 and 8E. RGB value is (150,153,142). Sum of RGB (Red+Green+Blue) = 150+153+142=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 153 - color contains mainly: green. Hex color #96998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96998E is #696671. Grayscale: #969696. Windows color (decimal): -6907506 or 9345430. OLE color: 9345430.

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

Color convert

RGB 150 153 142 -
CMYK 0.02 0 0.07 0.4
HSL 76.36º 0.05% 0.58% -
HSV(B) 76.36º 0.07% 0.6% -
XYZ 28.85 31.22 30.1 -
YUV 150.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 150 153 142 0.02 0 0.07 0.4 76.36 0.05 0.58
Hex 96 99 8E 2 0 7 28 4C 5 3A
Octal 226 231 216 2 0 7 50 114 5 72
Binary 10010110 10011001 10001110 10 0 111 101000 1001100 101 111010

Color Harmonies of #96998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96998E

Black with #96998E

Text Example


Text Example

White with #96998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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