Html Css Color HEX #9B6256 Au Chico

📋 copy color: '#9B6256'

red 155 ◦ green 98 ◦ blue 86

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

Shades of Au Chico #9B6256

Tints of Au Chico #9B6256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.37%

R = 45.72%
G = 28.91%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B6256 (or 0x9B6256) is known color: Au Chico. HEX triplet: 9B, 62 and 56. RGB value is (155,98,86). Sum of RGB (Red+Green+Blue) = 155+98+86=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6256 is #649DA9. Grayscale: #717171. Windows color (decimal): -6593962 or 5661339. OLE color: 5661339.

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

Color convert

RGB 155 98 86 -
CMYK 0 0.37 0.45 0.39
HSL 10.43º 0.29% 0.47% -
HSV(B) 10.43º 0.45% 0.61% -
XYZ 19.56 16.38 10.93 -
YUV 113.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 155 98 86 0 0.37 0.45 0.39 10.43 0.29 0.47
Hex 9B 62 56 0 25 2D 27 A 1D 2F
Octal 233 142 126 0 45 55 47 12 35 57
Binary 10011011 1100010 1010110 0 100101 101101 100111 1010 11101 101111

Color Harmonies of #9B6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6256

Black with #9B6256

Text Example


Text Example

White with #9B6256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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