Html Css Color HEX #946155 Au Chico

📋 copy color: '#946155'

red 148 ◦ green 97 ◦ blue 85

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

Shades of Au Chico #946155

Tints of Au Chico #946155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 44.85%
G = 29.39%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#946155 (or 0x946155) is known color: Au Chico. HEX triplet: 94, 61 and 55. RGB value is (148,97,85). Sum of RGB (Red+Green+Blue) = 148+97+85=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #946155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946155 is #6B9EAA. Grayscale: #6E6E6E. Windows color (decimal): -7052971 or 5595540. OLE color: 5595540.

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

Color convert

RGB 148 97 85 -
CMYK 0 0.34 0.43 0.42
HSL 11.43º 0.27% 0.46% -
HSV(B) 11.43º 0.43% 0.58% -
XYZ 18.13 15.5 10.63 -
YUV 110.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 148 97 85 0 0.34 0.43 0.42 11.43 0.27 0.46
Hex 94 61 55 0 22 2B 2A B 1B 2E
Octal 224 141 125 0 42 53 52 13 33 56
Binary 10010100 1100001 1010101 0 100010 101011 101010 1011 11011 101110

Color Harmonies of #946155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946155

Black with #946155

Text Example


Text Example

White with #946155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946155; }

 p { color: rgb(148,97,85); }

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

background-color css

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

 a { background-color: rgb(148,97,85); }

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

border-color css

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

 span { border-color: rgb(148,97,85); }

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