Html Css Color HEX #98968F Dawn

📋 copy color: '#98968F'

red 152 ◦ green 150 ◦ blue 143

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

Shades of Dawn #98968F

Tints of Dawn #98968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.13%

R = 34.16%
G = 33.71%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98968F (or 0x98968F) is known color: Dawn. HEX triplet: 98, 96 and 8F. RGB value is (152,150,143). Sum of RGB (Red+Green+Blue) = 152+150+143=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 152 - color contains mainly: red. Hex color #98968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98968F is #676970. Grayscale: #959595. Windows color (decimal): -6777201 or 9410200. OLE color: 9410200.

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

Color convert

RGB 152 150 143 -
CMYK 0 0.01 0.06 0.40
HSL 46.67º 0.04% 0.58% -
HSV(B) 46.67º 0.06% 0.6% -
XYZ 28.81 30.47 30.35 -
YUV 149.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 152 150 143 0 0.01 0.06 0.40 46.67 0.04 0.58
Hex 98 96 8F 0 1 6 28 2F 4 3A
Octal 230 226 217 0 1 6 50 57 4 72
Binary 10011000 10010110 10001111 0 1 110 101000 101111 100 111010

Color Harmonies of #98968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98968F

Black with #98968F

Text Example


Text Example

White with #98968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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