Html Css Color HEX #9F615C Au Chico

📋 copy color: '#9F615C'

red 159 ◦ green 97 ◦ blue 92

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

Shades of Au Chico #9F615C

Tints of Au Chico #9F615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 45.69%
G = 27.87%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F615C (or 0x9F615C) is known color: Au Chico. HEX triplet: 9F, 61 and 5C. RGB value is (159,97,92). Sum of RGB (Red+Green+Blue) = 159+97+92=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F615C is #609EA3. Grayscale: #737373. Windows color (decimal): -6332068 or 6054303. OLE color: 6054303.

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

Color convert

RGB 159 97 92 -
CMYK 0 0.39 0.42 0.38
HSL 4.48º 0.27% 0.49% -
HSV(B) 4.48º 0.42% 0.62% -
XYZ 20.5 16.69 12.27 -
YUV 114.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 159 97 92 0 0.39 0.42 0.38 4.48 0.27 0.49
Hex 9F 61 5C 0 27 2A 26 4 1B 31
Octal 237 141 134 0 47 52 46 4 33 61
Binary 10011111 1100001 1011100 0 100111 101010 100110 100 11011 110001

Color Harmonies of #9F615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F615C

Black with #9F615C

Text Example


Text Example

White with #9F615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,97,92); }

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

background-color css

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

 a { background-color: rgb(159,97,92); }

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

border-color css

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

 span { border-color: rgb(159,97,92); }

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