Html Css Color HEX #9F644F Au Chico

📋 copy color: '#9F644F'

red 159 ◦ green 100 ◦ blue 79

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

Shades of Au Chico #9F644F

Tints of Au Chico #9F644F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 47.04%
G = 29.59%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F644F (or 0x9F644F) is known color: Au Chico. HEX triplet: 9F, 64 and 4F. RGB value is (159,100,79). Sum of RGB (Red+Green+Blue) = 159+100+79=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F644F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F644F is #609BB0. Grayscale: #737373. Windows color (decimal): -6331313 or 5203103. OLE color: 5203103.

HSL color Cylindrical-coordinate representation of color #9F644F: hue angle of 15.75º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F644F is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 79 -
CMYK 0 0.37 0.50 0.38
HSL 15.75º 0.34% 0.47% -
HSV(B) 15.75º 0.5% 0.62% -
XYZ 20.27 17.05 9.62 -
YUV 115.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 159 100 79 0 0.37 0.50 0.38 15.75 0.34 0.47
Hex 9F 64 4F 0 25 32 26 10 22 2F
Octal 237 144 117 0 45 62 46 20 42 57
Binary 10011111 1100100 1001111 0 100101 110010 100110 10000 100010 101111

Color Harmonies of #9F644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F644F

Black with #9F644F

Text Example


Text Example

White with #9F644F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,79); }

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

background-color css

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

 a { background-color: rgb(159,100,79); }

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

border-color css

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

 span { border-color: rgb(159,100,79); }

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