#96948A

Color #96948A Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn #96948A

Tints of Dawn #96948A

Color information

#96948A (or 0x96948A) is unknown color: approx Dawn. HEX triplet: 96, 94 and 8A. RGB value is (150,148,138). Sum of RGB (Red+Green+Blue) = 150+148+138=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 150 - color contains mainly: red. Hex color #96948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96948A is #696B75. Grayscale: #939393. Windows color (decimal): -6908790 or 9082006. OLE color: 9082006.

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

Color convert

RGB150148138-
CMYK00.010.080.41
HSL50º5.41%56.47%-
HSV(B)50º8%58.82%-
XYZ27.7629.528.28-
YUV147.46122.66129.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=34.40%
G=33.94%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014813800.010.080.41505.4156.47
Hex96948A0182932538
Octal22622421201105162570
Binary100101101001010010001010011000101001110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96948A;
 }
 .AnyTagClassName
 {
   color: #96948A;
 }
</style>
background-color css

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

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

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

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

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

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