Html Css Color HEX #979588 Dawn

📋 copy color: '#979588'

red 151 ◦ green 149 ◦ blue 136

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

Shades of Dawn #979588

Tints of Dawn #979588

RGB

 RED value IS 151 (59.38% from 255) = 34.63%

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

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

R = 34.63%
G = 34.17%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#979588 (or 0x979588) is known color: Dawn. HEX triplet: 97, 95 and 88. RGB value is (151,149,136). Sum of RGB (Red+Green+Blue) = 151+149+136=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 151 - color contains mainly: red. Hex color #979588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979588 is #686A77. Grayscale: #949494. Windows color (decimal): -6843000 or 8951191. OLE color: 8951191.

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

Color convert

RGB 151 149 136 -
CMYK 0 0.01 0.10 0.41
HSL 52º 0.07% 0.56% -
HSV(B) 52º 0.1% 0.59% -
XYZ 27.95 29.85 27.58 -
YUV 148.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 151 149 136 0 0.01 0.10 0.41 52 0.07 0.56
Hex 97 95 88 0 1 A 29 34 7 38
Octal 227 225 210 0 1 12 51 64 7 70
Binary 10010111 10010101 10001000 0 1 1010 101001 110100 111 111000

Color Harmonies of #979588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979588

Black with #979588

Text Example


Text Example

White with #979588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979588; }

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

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

background-color css

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

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

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

border-color css

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

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

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