Html Css Color HEX #9F605B Au Chico

📋 copy color: '#9F605B'

red 159 ◦ green 96 ◦ blue 91

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

Shades of Au Chico #9F605B

Tints of Au Chico #9F605B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 45.95%
G = 27.75%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F605B (or 0x9F605B) is known color: Au Chico. HEX triplet: 9F, 60 and 5B. RGB value is (159,96,91). Sum of RGB (Red+Green+Blue) = 159+96+91=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F605B is #609FA4. Grayscale: #727272. Windows color (decimal): -6332325 or 5988511. OLE color: 5988511.

HSL color Cylindrical-coordinate representation of color #9F605B: hue angle of 4.41º degrees, saturation: 0.27, 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 #9F605B is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 91 -
CMYK 0 0.40 0.43 0.38
HSL 4.41º 0.27% 0.49% -
HSV(B) 4.41º 0.43% 0.62% -
XYZ 20.37 16.49 12.01 -
YUV 114.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 159 96 91 0 0.40 0.43 0.38 4.41 0.27 0.49
Hex 9F 60 5B 0 28 2B 26 4 1B 31
Octal 237 140 133 0 50 53 46 4 33 61
Binary 10011111 1100000 1011011 0 101000 101011 100110 100 11011 110001

Color Harmonies of #9F605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F605B

Black with #9F605B

Text Example


Text Example

White with #9F605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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