Html Css Color HEX #9A6248 Dark Tan

📋 copy color: '#9A6248'

red 154 ◦ green 98 ◦ blue 72

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

Shades of Dark Tan #9A6248

Tints of Dark Tan #9A6248

RGB

 RED value IS 154 (60.55% from 255) = 47.53%

 GREEN value IS 98 (38.67% from 255) = 30.25%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 47.53%
G = 30.25%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A6248 (or 0x9A6248) is known color: Dark Tan. HEX triplet: 9A, 62 and 48. RGB value is (154,98,72). Sum of RGB (Red+Green+Blue) = 154+98+72=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6248 is #659DB7. Grayscale: #6F6F6F. Windows color (decimal): -6659512 or 4743834. OLE color: 4743834.

HSL color Cylindrical-coordinate representation of color #9A6248: hue angle of 19.02º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6248 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 98 72 -
CMYK 0 0.36 0.53 0.40
HSL 19.02º 0.36% 0.44% -
HSV(B) 19.02º 0.53% 0.6% -
XYZ 18.86 16.07 8.24 -
YUV 111.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 154 98 72 0 0.36 0.53 0.40 19.02 0.36 0.44
Hex 9A 62 48 0 24 35 28 13 24 2C
Octal 232 142 110 0 44 65 50 23 44 54
Binary 10011010 1100010 1001000 0 100100 110101 101000 10011 100100 101100

Color Harmonies of #9A6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6248

Black with #9A6248

Text Example


Text Example

White with #9A6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6248; }

 p { color: rgb(154,98,72); }

 H1.HeaderClassName
 {
   color: #9A6248;
 }
 .AnyTagClassName
 {
   color: #9A6248;
 }
</style>

background-color css

<style>
 a { background-color: #9A6248; }

 a { background-color: rgb(154,98,72); }

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

border-color css

<style>
 span { border-color: #9A6248; }

 span { border-color: rgb(154,98,72); }

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