Html Css Color HEX #9F6251 Au Chico

📋 copy color: '#9F6251'

red 159 ◦ green 98 ◦ blue 81

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

Shades of Au Chico #9F6251

Tints of Au Chico #9F6251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 47.04%
G = 28.99%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F6251 (or 0x9F6251) is known color: Au Chico. HEX triplet: 9F, 62 and 51. RGB value is (159,98,81). Sum of RGB (Red+Green+Blue) = 159+98+81=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6251 is #609DAE. Grayscale: #727272. Windows color (decimal): -6331823 or 5333663. OLE color: 5333663.

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

Color convert

RGB 159 98 81 -
CMYK 0 0.38 0.49 0.38
HSL 13.08º 0.33% 0.47% -
HSV(B) 13.08º 0.49% 0.62% -
XYZ 20.15 16.7 9.95 -
YUV 114.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 159 98 81 0 0.38 0.49 0.38 13.08 0.33 0.47
Hex 9F 62 51 0 26 31 26 D 20 2F
Octal 237 142 121 0 46 61 46 15 40 57
Binary 10011111 1100010 1010001 0 100110 110001 100110 1101 100000 101111

Color Harmonies of #9F6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6251

Black with #9F6251

Text Example


Text Example

White with #9F6251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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