#9B6753

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

Shades of Au Chico #9B6753

Tints of Au Chico #9B6753

Color information

#9B6753 (or 0x9B6753) is unknown color: approx Au Chico. HEX triplet: 9B, 67 and 53. RGB value is (155,103,83). Sum of RGB (Red+Green+Blue) = 155+103+83=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6753 is #6498AC. Grayscale: #747474. Windows color (decimal): -6592685 or 5466011. OLE color: 5466011.

HSL color Cylindrical-coordinate representation of color #9B6753: hue angle of 16.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B6753 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15510383-
CMYK00.340.460.39
HSL16.67º30.25%46.67%-
HSV(B)16.67º46.45%60.78%-
XYZ19.9317.2910.47-
YUV116.27109.23155.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=45.45%
G=30.21%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551038300.340.460.3916.6730.2546.67
Hex9B67530222E27111e2f
Octal2331471230425647213657
Binary100110111100111101001101000101011101001111000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,103,83); }

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

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

 a { background-color: rgb(155,103,83); }

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

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

 span { border-color: rgb(155,103,83); }

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