#9B675C

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

Shades of Au Chico #9B675C

Tints of Au Chico #9B675C

Color information

#9B675C (or 0x9B675C) is unknown color: approx Au Chico. HEX triplet: 9B, 67 and 5C. RGB value is (155,103,92). Sum of RGB (Red+Green+Blue) = 155+103+92=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B675C is #6498A3. Grayscale: #757575. Windows color (decimal): -6592676 or 6055835. OLE color: 6055835.

HSL color Cylindrical-coordinate representation of color #9B675C: hue angle of 10.48º 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 #9B675C is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15510392-
CMYK00.340.410.39
HSL10.48º25.51%48.43%-
HSV(B)10.48º40.65%60.78%-
XYZ20.317.4412.42-
YUV117.29113.73154.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=44.29%
G=29.43%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551039200.340.410.3910.4825.5148.43
Hex9B675C0222927a1a30
Octal2331471340425147123260
Binary10011011110011110111000100010101001100111101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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