Html Css Color HEX #96948C Dawn

📋 copy color: '#96948C'

red 150 ◦ green 148 ◦ blue 140

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

Shades of Dawn #96948C

Tints of Dawn #96948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 34.25%
G = 33.79%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96948C (or 0x96948C) is known color: Dawn. HEX triplet: 96, 94 and 8C. RGB value is (150,148,140). Sum of RGB (Red+Green+Blue) = 150+148+140=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 150 - color contains mainly: red. Hex color #96948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96948C is #696B73. Grayscale: #939393. Windows color (decimal): -6908788 or 9213078. OLE color: 9213078.

HSL color Cylindrical-coordinate representation of color #96948C: hue angle of 48º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96948C is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 140 -
CMYK 0 0.01 0.07 0.41
HSL 48º 0.05% 0.57% -
HSV(B) 48º 0.07% 0.59% -
XYZ 27.9 29.56 29.05 -
YUV 147.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 150 148 140 0 0.01 0.07 0.41 48 0.05 0.57
Hex 96 94 8C 0 1 7 29 30 5 39
Octal 226 224 214 0 1 7 51 60 5 71
Binary 10010110 10010100 10001100 0 1 111 101001 110000 101 111001

Color Harmonies of #96948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96948C

Black with #96948C

Text Example


Text Example

White with #96948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96948C; }

 p { color: rgb(150,148,140); }

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

background-color css

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

 a { background-color: rgb(150,148,140); }

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

border-color css

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

 span { border-color: rgb(150,148,140); }

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