Html Css Color HEX #9F6051 Au Chico

📋 copy color: '#9F6051'

red 159 ◦ green 96 ◦ blue 81

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

Shades of Au Chico #9F6051

Tints of Au Chico #9F6051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 47.32%
G = 28.57%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F6051 (or 0x9F6051) is known color: Au Chico. HEX triplet: 9F, 60 and 51. RGB value is (159,96,81). Sum of RGB (Red+Green+Blue) = 159+96+81=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6051 is #609FAE. Grayscale: #717171. Windows color (decimal): -6332335 or 5333151. OLE color: 5333151.

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

Color convert

RGB 159 96 81 -
CMYK 0 0.40 0.49 0.38
HSL 11.54º 0.33% 0.47% -
HSV(B) 11.54º 0.49% 0.62% -
XYZ 19.97 16.33 9.88 -
YUV 113.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 159 96 81 0 0.40 0.49 0.38 11.54 0.33 0.47
Hex 9F 60 51 0 28 31 26 C 20 2F
Octal 237 140 121 0 50 61 46 14 40 57
Binary 10011111 1100000 1010001 0 101000 110001 100110 1100 100000 101111

Color Harmonies of #9F6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6051

Black with #9F6051

Text Example


Text Example

White with #9F6051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,81); }

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

background-color css

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

 a { background-color: rgb(159,96,81); }

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

border-color css

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

 span { border-color: rgb(159,96,81); }

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