Html Css Color HEX #9F635C Au Chico

📋 copy color: '#9F635C'

red 159 ◦ green 99 ◦ blue 92

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

Shades of Au Chico #9F635C

Tints of Au Chico #9F635C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 45.43%
G = 28.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F635C (or 0x9F635C) is known color: Au Chico. HEX triplet: 9F, 63 and 5C. RGB value is (159,99,92). Sum of RGB (Red+Green+Blue) = 159+99+92=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F635C is #609CA3. Grayscale: #747474. Windows color (decimal): -6331556 or 6054815. OLE color: 6054815.

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

Color convert

RGB 159 99 92 -
CMYK 0 0.38 0.42 0.38
HSL 6.27º 0.27% 0.49% -
HSV(B) 6.27º 0.42% 0.62% -
XYZ 20.69 17.07 12.33 -
YUV 116.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 159 99 92 0 0.38 0.42 0.38 6.27 0.27 0.49
Hex 9F 63 5C 0 26 2A 26 6 1B 31
Octal 237 143 134 0 46 52 46 6 33 61
Binary 10011111 1100011 1011100 0 100110 101010 100110 110 11011 110001

Color Harmonies of #9F635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F635C

Black with #9F635C

Text Example


Text Example

White with #9F635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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