#9B6350

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

Shades of Au Chico #9B6350

Tints of Au Chico #9B6350

Color information

#9B6350 (or 0x9B6350) is unknown color: approx Au Chico. HEX triplet: 9B, 63 and 50. RGB value is (155,99,80). Sum of RGB (Red+Green+Blue) = 155+99+80=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6350 is #649CAF. Grayscale: #717171. Windows color (decimal): -6593712 or 5268379. OLE color: 5268379.

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

Color convert

RGB1559980-
CMYK00.360.480.39
HSL15.2º31.91%46.08%-
HSV(B)15.2º48.39%60.78%-
XYZ19.4316.479.74-
YUV113.58109.05157.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=46.41%
G=29.64%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155998000.360.480.3915.231.9146.08
Hex9B63500243027f202e
Octal2331431200446047174056
Binary100110111100011101000001001001100001001111111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,80); }

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

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

 a { background-color: rgb(155,99,80); }

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

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

 span { border-color: rgb(155,99,80); }

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