Html Css Color HEX #9F6457 Au Chico

📋 copy color: '#9F6457'

red 159 ◦ green 100 ◦ blue 87

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

Shades of Au Chico #9F6457

Tints of Au Chico #9F6457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 45.95%
G = 28.9%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F6457 (or 0x9F6457) is known color: Au Chico. HEX triplet: 9F, 64 and 57. RGB value is (159,100,87). Sum of RGB (Red+Green+Blue) = 159+100+87=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6457 is #609BA8. Grayscale: #747474. Windows color (decimal): -6331305 or 5727391. OLE color: 5727391.

HSL color Cylindrical-coordinate representation of color #9F6457: hue angle of 10.83º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F6457 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 87 -
CMYK 0 0.37 0.45 0.38
HSL 10.83º 0.29% 0.48% -
HSV(B) 10.83º 0.45% 0.62% -
XYZ 20.58 17.17 11.25 -
YUV 116.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 159 100 87 0 0.37 0.45 0.38 10.83 0.29 0.48
Hex 9F 64 57 0 25 2D 26 B 1D 30
Octal 237 144 127 0 45 55 46 13 35 60
Binary 10011111 1100100 1010111 0 100101 101101 100110 1011 11101 110000

Color Harmonies of #9F6457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6457

Black with #9F6457

Text Example


Text Example

White with #9F6457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,87); }

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

background-color css

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

 a { background-color: rgb(159,100,87); }

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

border-color css

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

 span { border-color: rgb(159,100,87); }

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