Html Css Color HEX #9B6657 Au Chico

📋 copy color: '#9B6657'

red 155 ◦ green 102 ◦ blue 87

#9B6657
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #9B6657

Tints of Au Chico #9B6657

RGB

 RED value IS 155 (60.94% from 255) = 45.06%

 GREEN value IS 102 (40.23% from 255) = 29.65%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 45.06%
G = 29.65%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B6657 (or 0x9B6657) is known color: Au Chico. HEX triplet: 9B, 66 and 57. RGB value is (155,102,87). Sum of RGB (Red+Green+Blue) = 155+102+87=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6657 is #6499A8. Grayscale: #747474. Windows color (decimal): -6592937 or 5727899. OLE color: 5727899.

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

Color convert

RGB 155 102 87 -
CMYK 0 0.34 0.44 0.39
HSL 13.24º 0.28% 0.47% -
HSV(B) 13.24º 0.44% 0.61% -
XYZ 19.99 17.16 11.28 -
YUV 116.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 155 102 87 0 0.34 0.44 0.39 13.24 0.28 0.47
Hex 9B 66 57 0 22 2C 27 D 1C 2F
Octal 233 146 127 0 42 54 47 15 34 57
Binary 10011011 1100110 1010111 0 100010 101100 100111 1101 11100 101111

Color Harmonies of #9B6657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6657

Black with #9B6657

Text Example


Text Example

White with #9B6657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,87); }

 H1.HeaderClassName
 {
   color: #9B6657;
 }
 .AnyTagClassName
 {
   color: #9B6657;
 }
</style>

background-color css

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

 a { background-color: rgb(155,102,87); }

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

border-color css

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

 span { border-color: rgb(155,102,87); }

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