Html Css Color HEX #98968A Dawn

📋 copy color: '#98968A'

red 152 ◦ green 150 ◦ blue 138

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

Shades of Dawn #98968A

Tints of Dawn #98968A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 34.55%
G = 34.09%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98968A (or 0x98968A) is known color: Dawn. HEX triplet: 98, 96 and 8A. RGB value is (152,150,138). Sum of RGB (Red+Green+Blue) = 152+150+138=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #98968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98968A is #676975. Grayscale: #959595. Windows color (decimal): -6777206 or 9082520. OLE color: 9082520.

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

Color convert

RGB 152 150 138 -
CMYK 0 0.01 0.09 0.40
HSL 51.43º 0.06% 0.57% -
HSV(B) 51.43º 0.09% 0.6% -
XYZ 28.44 30.32 28.4 -
YUV 149.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 152 150 138 0 0.01 0.09 0.40 51.43 0.06 0.57
Hex 98 96 8A 0 1 9 28 33 6 39
Octal 230 226 212 0 1 11 50 63 6 71
Binary 10011000 10010110 10001010 0 1 1001 101000 110011 110 111001

Color Harmonies of #98968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98968A

Black with #98968A

Text Example


Text Example

White with #98968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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