Html Css Color HEX #97958C Dawn

📋 copy color: '#97958C'

red 151 ◦ green 149 ◦ blue 140

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

Shades of Dawn #97958C

Tints of Dawn #97958C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 34.32%
G = 33.86%
B = 31.82%

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

#97958C (or 0x97958C) is known color: Dawn. HEX triplet: 97, 95 and 8C. RGB value is (151,149,140). Sum of RGB (Red+Green+Blue) = 151+149+140=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 151 - color contains mainly: red. Hex color #97958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97958C is #686A73. Grayscale: #949494. Windows color (decimal): -6842996 or 9213335. OLE color: 9213335.

HSL color Cylindrical-coordinate representation of color #97958C: hue angle of 49.09º 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 #97958C is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 149 140 -
CMYK 0 0.01 0.07 0.41
HSL 49.09º 0.05% 0.57% -
HSV(B) 49.09º 0.07% 0.59% -
XYZ 28.24 29.97 29.11 -
YUV 148.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 151 149 140 0 0.01 0.07 0.41 49.09 0.05 0.57
Hex 97 95 8C 0 1 7 29 31 5 39
Octal 227 225 214 0 1 7 51 61 5 71
Binary 10010111 10010101 10001100 0 1 111 101001 110001 101 111001

Color Harmonies of #97958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97958C

Black with #97958C

Text Example


Text Example

White with #97958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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