Html Css Color HEX #969591 Dawn

📋 copy color: '#969591'

red 150 ◦ green 149 ◦ blue 145

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

Shades of Dawn #969591

Tints of Dawn #969591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 33.78%
G = 33.56%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#969591 (or 0x969591) is known color: Dawn. HEX triplet: 96, 95 and 91. RGB value is (150,149,145). Sum of RGB (Red+Green+Blue) = 150+149+145=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 150 - color contains mainly: red. Hex color #969591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969591 is #696A6E. Grayscale: #949494. Windows color (decimal): -6908527 or 9541014. OLE color: 9541014.

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

Color convert

RGB 150 149 145 -
CMYK 0 0.01 0.03 0.41
HSL 48º 0.02% 0.58% -
HSV(B) 48º 0.03% 0.59% -
XYZ 28.44 30.02 31.08 -
YUV 148.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 150 149 145 0 0.01 0.03 0.41 48 0.02 0.58
Hex 96 95 91 0 1 3 29 30 2 3A
Octal 226 225 221 0 1 3 51 60 2 72
Binary 10010110 10010101 10010001 0 1 11 101001 110000 10 111010

Color Harmonies of #969591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969591

Black with #969591

Text Example


Text Example

White with #969591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969591; }

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

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

background-color css

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

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

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

border-color css

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

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

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