#9B625A

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

Shades of Au Chico #9B625A

Tints of Au Chico #9B625A

Color information

#9B625A (or 0x9B625A) is unknown color: approx Au Chico. HEX triplet: 9B, 62 and 5A. RGB value is (155,98,90). Sum of RGB (Red+Green+Blue) = 155+98+90=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B625A is #649DA5. Grayscale: #727272. Windows color (decimal): -6593958 or 5923483. OLE color: 5923483.

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

Color convert

RGB1559890-
CMYK00.370.420.39
HSL7.38º26.53%48.04%-
HSV(B)7.38º41.94%60.78%-
XYZ19.7316.4411.81-
YUV114.13114.38157.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=45.19%
G=28.57%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155989000.370.420.397.3826.5348.04
Hex9B625A0252A2771b30
Octal233142132045524773360
Binary1001101111000101011010010010110101010011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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