Html Css Color HEX #9F625C Au Chico

📋 copy color: '#9F625C'

red 159 ◦ green 98 ◦ blue 92

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

Shades of Au Chico #9F625C

Tints of Au Chico #9F625C

RGB

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

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

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

R = 45.56%
G = 28.08%
B = 26.36%

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

#9F625C (or 0x9F625C) is known color: Au Chico. HEX triplet: 9F, 62 and 5C. RGB value is (159,98,92). Sum of RGB (Red+Green+Blue) = 159+98+92=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F625C is #609DA3. Grayscale: #737373. Windows color (decimal): -6331812 or 6054559. OLE color: 6054559.

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

Color convert

RGB 159 98 92 -
CMYK 0 0.38 0.42 0.38
HSL 5.37º 0.27% 0.49% -
HSV(B) 5.37º 0.42% 0.62% -
XYZ 20.6 16.88 12.3 -
YUV 115.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 159 98 92 0 0.38 0.42 0.38 5.37 0.27 0.49
Hex 9F 62 5C 0 26 2A 26 5 1B 31
Octal 237 142 134 0 46 52 46 5 33 61
Binary 10011111 1100010 1011100 0 100110 101010 100110 101 11011 110001

Color Harmonies of #9F625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F625C

Black with #9F625C

Text Example


Text Example

White with #9F625C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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