Html Css Color HEX #9B6257 Au Chico

📋 copy color: '#9B6257'

red 155 ◦ green 98 ◦ blue 87

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

Shades of Au Chico #9B6257

Tints of Au Chico #9B6257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 45.59%
G = 28.82%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B6257 (or 0x9B6257) is known color: Au Chico. HEX triplet: 9B, 62 and 57. RGB value is (155,98,87). Sum of RGB (Red+Green+Blue) = 155+98+87=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6257 is #649DA8. Grayscale: #717171. Windows color (decimal): -6593961 or 5726875. OLE color: 5726875.

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

Color convert

RGB 155 98 87 -
CMYK 0 0.37 0.44 0.39
HSL 9.71º 0.28% 0.47% -
HSV(B) 9.71º 0.44% 0.61% -
XYZ 19.61 16.39 11.15 -
YUV 113.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 155 98 87 0 0.37 0.44 0.39 9.71 0.28 0.47
Hex 9B 62 57 0 25 2C 27 A 1C 2F
Octal 233 142 127 0 45 54 47 12 34 57
Binary 10011011 1100010 1010111 0 100101 101100 100111 1010 11100 101111

Color Harmonies of #9B6257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6257

Black with #9B6257

Text Example


Text Example

White with #9B6257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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