Html Css Color HEX #946557 Au Chico

📋 copy color: '#946557'

red 148 ◦ green 101 ◦ blue 87

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

Shades of Au Chico #946557

Tints of Au Chico #946557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 44.05%
G = 30.06%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946557 (or 0x946557) is known color: Au Chico. HEX triplet: 94, 65 and 57. RGB value is (148,101,87). Sum of RGB (Red+Green+Blue) = 148+101+87=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946557 is #6B9AA8. Grayscale: #717171. Windows color (decimal): -7051945 or 5727636. OLE color: 5727636.

HSL color Cylindrical-coordinate representation of color #946557: hue angle of 13.77º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #946557 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 101 87 -
CMYK 0 0.32 0.41 0.42
HSL 13.77º 0.26% 0.46% -
HSV(B) 13.77º 0.41% 0.58% -
XYZ 18.59 16.29 11.18 -
YUV 113.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 148 101 87 0 0.32 0.41 0.42 13.77 0.26 0.46
Hex 94 65 57 0 20 29 2A E 1A 2E
Octal 224 145 127 0 40 51 52 16 32 56
Binary 10010100 1100101 1010111 0 100000 101001 101010 1110 11010 101110

Color Harmonies of #946557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946557

Black with #946557

Text Example


Text Example

White with #946557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946557; }

 p { color: rgb(148,101,87); }

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

background-color css

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

 a { background-color: rgb(148,101,87); }

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

border-color css

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

 span { border-color: rgb(148,101,87); }

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