Html Css Color HEX #96948A Dawn

📋 copy color: '#96948A'

red 150 ◦ green 148 ◦ blue 138

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

Shades of Dawn #96948A

Tints of Dawn #96948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 34.4%
G = 33.94%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96948A (or 0x96948A) is known color: 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

RGB 150 148 138 -
CMYK 0 0.01 0.08 0.41
HSL 50º 0.05% 0.56% -
HSV(B) 50º 0.08% 0.59% -
XYZ 27.76 29.5 28.28 -
YUV 147.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 150 148 138 0 0.01 0.08 0.41 50 0.05 0.56
Hex 96 94 8A 0 1 8 29 32 5 38
Octal 226 224 212 0 1 10 51 62 5 70
Binary 10010110 10010100 10001010 0 1 1000 101001 110010 101 111000

Color Harmonies of #96948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96948A

Black with #96948A

Text Example


Text Example

White with #96948A

Text Example


Text Example

HTML Codes & Css Web 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>