Html Css Color HEX #946759 Au Chico

📋 copy color: '#946759'

red 148 ◦ green 103 ◦ blue 89

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

Shades of Au Chico #946759

Tints of Au Chico #946759

RGB

 RED value IS 148 (58.2% from 255) = 43.53%

 GREEN value IS 103 (40.63% from 255) = 30.29%

 BLUE value IS 89 (35.16% from 255) = 26.18%

R = 43.53%
G = 30.29%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946759 (or 0x946759) is known color: Au Chico. HEX triplet: 94, 67 and 59. RGB value is (148,103,89). Sum of RGB (Red+Green+Blue) = 148+103+89=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #946759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946759 is #6B98A6. Grayscale: #727272. Windows color (decimal): -7051431 or 5859220. OLE color: 5859220.

HSL color Cylindrical-coordinate representation of color #946759: hue angle of 14.24º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #946759 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 89 -
CMYK 0 0.30 0.40 0.42
HSL 14.24º 0.25% 0.46% -
HSV(B) 14.24º 0.4% 0.58% -
XYZ 18.87 16.72 11.68 -
YUV 114.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 148 103 89 0 0.30 0.40 0.42 14.24 0.25 0.46
Hex 94 67 59 0 1E 28 2A E 19 2E
Octal 224 147 131 0 36 50 52 16 31 56
Binary 10010100 1100111 1011001 0 11110 101000 101010 1110 11001 101110

Color Harmonies of #946759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946759

Black with #946759

Text Example


Text Example

White with #946759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946759; }

 p { color: rgb(148,103,89); }

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

background-color css

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

 a { background-color: rgb(148,103,89); }

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

border-color css

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

 span { border-color: rgb(148,103,89); }

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