Html Css Color HEX #97958B Dawn

📋 copy color: '#97958B'

red 151 ◦ green 149 ◦ blue 139

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

Shades of Dawn #97958B

Tints of Dawn #97958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 34.4%
G = 33.94%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97958B (or 0x97958B) is known color: Dawn. HEX triplet: 97, 95 and 8B. RGB value is (151,149,139). Sum of RGB (Red+Green+Blue) = 151+149+139=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 151 - color contains mainly: red. Hex color #97958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97958B is #686A74. Grayscale: #949494. Windows color (decimal): -6842997 or 9147799. OLE color: 9147799.

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

Color convert

RGB 151 149 139 -
CMYK 0 0.01 0.08 0.41
HSL 50º 0.05% 0.57% -
HSV(B) 50º 0.08% 0.59% -
XYZ 28.17 29.94 28.72 -
YUV 148.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 151 149 139 0 0.01 0.08 0.41 50 0.05 0.57
Hex 97 95 8B 0 1 8 29 32 5 39
Octal 227 225 213 0 1 10 51 62 5 71
Binary 10010111 10010101 10001011 0 1 1000 101001 110010 101 111001

Color Harmonies of #97958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97958B

Black with #97958B

Text Example


Text Example

White with #97958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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