Html Css Color HEX #97958D Dawn

📋 copy color: '#97958D'

red 151 ◦ green 149 ◦ blue 141

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

Shades of Dawn #97958D

Tints of Dawn #97958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 34.24%
G = 33.79%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97958D (or 0x97958D) is known color: Dawn. HEX triplet: 97, 95 and 8D. RGB value is (151,149,141). Sum of RGB (Red+Green+Blue) = 151+149+141=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 151 - color contains mainly: red. Hex color #97958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97958D is #686A72. Grayscale: #949494. Windows color (decimal): -6842995 or 9278871. OLE color: 9278871.

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

Color convert

RGB 151 149 141 -
CMYK 0 0.01 0.07 0.41
HSL 48º 0.05% 0.57% -
HSV(B) 48º 0.07% 0.59% -
XYZ 28.32 30 29.5 -
YUV 148.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 151 149 141 0 0.01 0.07 0.41 48 0.05 0.57
Hex 97 95 8D 0 1 7 29 30 5 39
Octal 227 225 215 0 1 7 51 60 5 71
Binary 10010111 10010101 10001101 0 1 111 101001 110000 101 111001

Color Harmonies of #97958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97958D

Black with #97958D

Text Example


Text Example

White with #97958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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