Html Css Color HEX #9F695B Au Chico

📋 copy color: '#9F695B'

red 159 ◦ green 105 ◦ blue 91

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

Shades of Au Chico #9F695B

Tints of Au Chico #9F695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 44.79%
G = 29.58%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F695B (or 0x9F695B) is known color: Au Chico. HEX triplet: 9F, 69 and 5B. RGB value is (159,105,91). Sum of RGB (Red+Green+Blue) = 159+105+91=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F695B is #6096A4. Grayscale: #777777. Windows color (decimal): -6330021 or 5990815. OLE color: 5990815.

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

Color convert

RGB 159 105 91 -
CMYK 0 0.34 0.43 0.38
HSL 12.35º 0.27% 0.49% -
HSV(B) 12.35º 0.43% 0.62% -
XYZ 21.24 18.23 12.3 -
YUV 119.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 159 105 91 0 0.34 0.43 0.38 12.35 0.27 0.49
Hex 9F 69 5B 0 22 2B 26 C 1B 31
Octal 237 151 133 0 42 53 46 14 33 61
Binary 10011111 1101001 1011011 0 100010 101011 100110 1100 11011 110001

Color Harmonies of #9F695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F695B

Black with #9F695B

Text Example


Text Example

White with #9F695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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