Html Css Color HEX #96958C Dawn

📋 copy color: '#96958C'

red 150 ◦ green 149 ◦ blue 140

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

Shades of Dawn #96958C

Tints of Dawn #96958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

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

R = 34.17%
G = 33.94%
B = 31.89%

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

#96958C (or 0x96958C) is known color: Dawn. HEX triplet: 96, 95 and 8C. RGB value is (150,149,140). Sum of RGB (Red+Green+Blue) = 150+149+140=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 150 - color contains mainly: red. Hex color #96958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96958C is #696A73. Grayscale: #949494. Windows color (decimal): -6908532 or 9213334. OLE color: 9213334.

HSL color Cylindrical-coordinate representation of color #96958C: hue angle of 54º 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 #96958C is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 140 -
CMYK 0 0.01 0.07 0.41
HSL 54º 0.05% 0.57% -
HSV(B) 54º 0.07% 0.59% -
XYZ 28.06 29.87 29.1 -
YUV 148.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 150 149 140 0 0.01 0.07 0.41 54 0.05 0.57
Hex 96 95 8C 0 1 7 29 36 5 39
Octal 226 225 214 0 1 7 51 66 5 71
Binary 10010110 10010101 10001100 0 1 111 101001 110110 101 111001

Color Harmonies of #96958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96958C

Black with #96958C

Text Example


Text Example

White with #96958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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