Html Css Color HEX #959388 Dawn

📋 copy color: '#959388'

red 149 ◦ green 147 ◦ blue 136

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

Shades of Dawn #959388

Tints of Dawn #959388

RGB

 RED value IS 149 (58.59% from 255) = 34.49%

 GREEN value IS 147 (57.81% from 255) = 34.03%

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

R = 34.49%
G = 34.03%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#959388 (or 0x959388) is known color: Dawn. HEX triplet: 95, 93 and 88. RGB value is (149,147,136). Sum of RGB (Red+Green+Blue) = 149+147+136=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 149 - color contains mainly: red. Hex color #959388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959388 is #6A6C77. Grayscale: #929292. Windows color (decimal): -6974584 or 8950677. OLE color: 8950677.

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

Color convert

RGB 149 147 136 -
CMYK 0 0.01 0.09 0.42
HSL 50.77º 0.06% 0.56% -
HSV(B) 50.77º 0.09% 0.58% -
XYZ 27.27 29.03 27.46 -
YUV 146.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 149 147 136 0 0.01 0.09 0.42 50.77 0.06 0.56
Hex 95 93 88 0 1 9 2A 33 6 38
Octal 225 223 210 0 1 11 52 63 6 70
Binary 10010101 10010011 10001000 0 1 1001 101010 110011 110 111000

Color Harmonies of #959388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959388

Black with #959388

Text Example


Text Example

White with #959388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959388; }

 p { color: rgb(149,147,136); }

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

background-color css

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

 a { background-color: rgb(149,147,136); }

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

border-color css

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

 span { border-color: rgb(149,147,136); }

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