Html Css Color HEX #9F6C5B Au Chico

📋 copy color: '#9F6C5B'

red 159 ◦ green 108 ◦ blue 91

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

Shades of Au Chico #9F6C5B

Tints of Au Chico #9F6C5B

RGB

 RED value IS 159 (62.5% from 255) = 44.41%

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 44.41%
G = 30.17%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F6C5B (or 0x9F6C5B) is known color: Au Chico. HEX triplet: 9F, 6C and 5B. RGB value is (159,108,91). Sum of RGB (Red+Green+Blue) = 159+108+91=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C5B is #6093A4. Grayscale: #797979. Windows color (decimal): -6329253 or 5991583. OLE color: 5991583.

HSL color Cylindrical-coordinate representation of color #9F6C5B: hue angle of 15º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F6C5B is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 108 91 -
CMYK 0 0.32 0.43 0.38
HSL 15º 0.27% 0.49% -
HSV(B) 15º 0.43% 0.62% -
XYZ 21.55 18.85 12.4 -
YUV 121.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 159 108 91 0 0.32 0.43 0.38 15 0.27 0.49
Hex 9F 6C 5B 0 20 2B 26 F 1B 31
Octal 237 154 133 0 40 53 46 17 33 61
Binary 10011111 1101100 1011011 0 100000 101011 100110 1111 11011 110001

Color Harmonies of #9F6C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6C5B

Black with #9F6C5B

Text Example


Text Example

White with #9F6C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,91); }

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

background-color css

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

 a { background-color: rgb(159,108,91); }

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

border-color css

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

 span { border-color: rgb(159,108,91); }

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