Html Css Color HEX #97968D Dawn

📋 copy color: '#97968D'

red 151 ◦ green 150 ◦ blue 141

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

Shades of Dawn #97968D

Tints of Dawn #97968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.94%

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

R = 34.16%
G = 33.94%
B = 31.9%

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

#97968D (or 0x97968D) is known color: Dawn. HEX triplet: 97, 96 and 8D. RGB value is (151,150,141). Sum of RGB (Red+Green+Blue) = 151+150+141=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 151 - color contains mainly: red. Hex color #97968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97968D is #686972. Grayscale: #959595. Windows color (decimal): -6842739 or 9279127. OLE color: 9279127.

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

Color convert

RGB 151 150 141 -
CMYK 0 0.01 0.07 0.41
HSL 54º 0.05% 0.57% -
HSV(B) 54º 0.07% 0.59% -
XYZ 28.48 30.32 29.55 -
YUV 149.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 151 150 141 0 0.01 0.07 0.41 54 0.05 0.57
Hex 97 96 8D 0 1 7 29 36 5 39
Octal 227 226 215 0 1 7 51 66 5 71
Binary 10010111 10010110 10001101 0 1 111 101001 110110 101 111001

Color Harmonies of #97968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97968D

Black with #97968D

Text Example


Text Example

White with #97968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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