Html Css Color HEX #969488 Dawn

📋 copy color: '#969488'

red 150 ◦ green 148 ◦ blue 136

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

Shades of Dawn #969488

Tints of Dawn #969488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.34%

R = 34.56%
G = 34.1%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#969488 (or 0x969488) is known color: Dawn. HEX triplet: 96, 94 and 88. RGB value is (150,148,136). Sum of RGB (Red+Green+Blue) = 150+148+136=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #969488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969488 is #696B77. Grayscale: #939393. Windows color (decimal): -6908792 or 8950934. OLE color: 8950934.

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

Color convert

RGB 150 148 136 -
CMYK 0 0.01 0.09 0.41
HSL 51.43º 0.06% 0.56% -
HSV(B) 51.43º 0.09% 0.59% -
XYZ 27.61 29.44 27.52 -
YUV 147.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 150 148 136 0 0.01 0.09 0.41 51.43 0.06 0.56
Hex 96 94 88 0 1 9 29 33 6 38
Octal 226 224 210 0 1 11 51 63 6 70
Binary 10010110 10010100 10001000 0 1 1001 101001 110011 110 111000

Color Harmonies of #969488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969488

Black with #969488

Text Example


Text Example

White with #969488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969488; }

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

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

background-color css

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

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

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

border-color css

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

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

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