Html Css Color HEX #96948B Dawn

📋 copy color: '#96948B'

red 150 ◦ green 148 ◦ blue 139

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

Shades of Dawn #96948B

Tints of Dawn #96948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.81%

R = 34.32%
G = 33.87%
B = 31.81%

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

#96948B (or 0x96948B) is known color: Dawn. HEX triplet: 96, 94 and 8B. RGB value is (150,148,139). Sum of RGB (Red+Green+Blue) = 150+148+139=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 150 - color contains mainly: red. Hex color #96948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96948B is #696B74. Grayscale: #939393. Windows color (decimal): -6908789 or 9147542. OLE color: 9147542.

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

Color convert

RGB 150 148 139 -
CMYK 0 0.01 0.07 0.41
HSL 49.09º 0.05% 0.57% -
HSV(B) 49.09º 0.07% 0.59% -
XYZ 27.83 29.53 28.66 -
YUV 147.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 150 148 139 0 0.01 0.07 0.41 49.09 0.05 0.57
Hex 96 94 8B 0 1 7 29 31 5 39
Octal 226 224 213 0 1 7 51 61 5 71
Binary 10010110 10010100 10001011 0 1 111 101001 110001 101 111001

Color Harmonies of #96948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96948B

Black with #96948B

Text Example


Text Example

White with #96948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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