Html Css Color HEX #98968D Dawn

📋 copy color: '#98968D'

red 152 ◦ green 150 ◦ blue 141

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

Shades of Dawn #98968D

Tints of Dawn #98968D

RGB

 RED value IS 152 (59.77% from 255) = 34.31%

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

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

R = 34.31%
G = 33.86%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98968D (or 0x98968D) is known color: Dawn. HEX triplet: 98, 96 and 8D. RGB value is (152,150,141). Sum of RGB (Red+Green+Blue) = 152+150+141=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #98968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98968D is #676972. Grayscale: #959595. Windows color (decimal): -6777203 or 9279128. OLE color: 9279128.

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

Color convert

RGB 152 150 141 -
CMYK 0 0.01 0.07 0.40
HSL 49.09º 0.05% 0.57% -
HSV(B) 49.09º 0.07% 0.6% -
XYZ 28.66 30.41 29.56 -
YUV 149.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 152 150 141 0 0.01 0.07 0.40 49.09 0.05 0.57
Hex 98 96 8D 0 1 7 28 31 5 39
Octal 230 226 215 0 1 7 50 61 5 71
Binary 10011000 10010110 10001101 0 1 111 101000 110001 101 111001

Color Harmonies of #98968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98968D

Black with #98968D

Text Example


Text Example

White with #98968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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