Html Css Color HEX #9B6757 Au Chico

📋 copy color: '#9B6757'

red 155 ◦ green 103 ◦ blue 87

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

Shades of Au Chico #9B6757

Tints of Au Chico #9B6757

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 44.93%
G = 29.86%
B = 25.22%

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

#9B6757 (or 0x9B6757) is known color: Au Chico. HEX triplet: 9B, 67 and 57. RGB value is (155,103,87). Sum of RGB (Red+Green+Blue) = 155+103+87=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6757 is #6498A8. Grayscale: #747474. Windows color (decimal): -6592681 or 5728155. OLE color: 5728155.

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

Color convert

RGB 155 103 87 -
CMYK 0 0.34 0.44 0.39
HSL 14.12º 0.28% 0.47% -
HSV(B) 14.12º 0.44% 0.61% -
XYZ 20.09 17.36 11.31 -
YUV 116.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 155 103 87 0 0.34 0.44 0.39 14.12 0.28 0.47
Hex 9B 67 57 0 22 2C 27 E 1C 2F
Octal 233 147 127 0 42 54 47 16 34 57
Binary 10011011 1100111 1010111 0 100010 101100 100111 1110 11100 101111

Color Harmonies of #9B6757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6757

Black with #9B6757

Text Example


Text Example

White with #9B6757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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