#9B625B

Color #9B625B Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #9B625B

Tints of Au Chico #9B625B

Color information

#9B625B (or 0x9B625B) is unknown color: approx Au Chico. HEX triplet: 9B, 62 and 5B. RGB value is (155,98,91). Sum of RGB (Red+Green+Blue) = 155+98+91=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B625B is #649DA4. Grayscale: #727272. Windows color (decimal): -6593957 or 5989019. OLE color: 5989019.

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

Color convert

RGB1559891-
CMYK00.370.410.39
HSL6.56º26.02%48.24%-
HSV(B)6.56º41.29%60.78%-
XYZ19.7716.4612.03-
YUV114.24114.88157.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=45.06%
G=28.49%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155989100.370.410.396.5626.0248.24
Hex9B625B025292771a30
Octal233142133045514773260
Binary1001101111000101011011010010110100110011111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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