Html Css Color HEX #9F625A Au Chico

📋 copy color: '#9F625A'

red 159 ◦ green 98 ◦ blue 90

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

Shades of Au Chico #9F625A

Tints of Au Chico #9F625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 45.82%
G = 28.24%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F625A (or 0x9F625A) is known color: Au Chico. HEX triplet: 9F, 62 and 5A. RGB value is (159,98,90). Sum of RGB (Red+Green+Blue) = 159+98+90=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F625A is #609DA5. Grayscale: #737373. Windows color (decimal): -6331814 or 5923487. OLE color: 5923487.

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

Color convert

RGB 159 98 90 -
CMYK 0 0.38 0.43 0.38
HSL 6.96º 0.28% 0.49% -
HSV(B) 6.96º 0.43% 0.62% -
XYZ 20.51 16.84 11.84 -
YUV 115.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 159 98 90 0 0.38 0.43 0.38 6.96 0.28 0.49
Hex 9F 62 5A 0 26 2B 26 7 1C 31
Octal 237 142 132 0 46 53 46 7 34 61
Binary 10011111 1100010 1011010 0 100110 101011 100110 111 11100 110001

Color Harmonies of #9F625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F625A

Black with #9F625A

Text Example


Text Example

White with #9F625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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