#9A625B

Color #9A625B Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #9A625B

Tints of Dark Chestnut #9A625B

Color information

#9A625B (or 0x9A625B) is unknown color: approx Dark Chestnut. HEX triplet: 9A, 62 and 5B. RGB value is (154,98,91). Sum of RGB (Red+Green+Blue) = 154+98+91=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A625B is #659DA4. Grayscale: #727272. Windows color (decimal): -6659493 or 5989018. OLE color: 5989018.

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

Color convert

RGB1549891-
CMYK00.360.410.40
HSL6.67º25.71%48.04%-
HSV(B)6.67º40.91%60.39%-
XYZ19.5816.3612.02-
YUV113.95115.05156.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=44.90%
G=28.57%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154989100.360.410.406.6725.7148.04
Hex9A625B024292871a30
Octal232142133044515073260
Binary1001101011000101011011010010010100110100011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A625B;
 }
 .AnyTagClassName
 {
   color: #9A625B;
 }
</style>
background-color css

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

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

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

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

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

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