Html Css Color HEX #946355 Au Chico

📋 copy color: '#946355'

red 148 ◦ green 99 ◦ blue 85

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

Shades of Au Chico #946355

Tints of Au Chico #946355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 44.58%
G = 29.82%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#946355 (or 0x946355) is known color: Au Chico. HEX triplet: 94, 63 and 55. RGB value is (148,99,85). Sum of RGB (Red+Green+Blue) = 148+99+85=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946355 is #6B9CAA. Grayscale: #707070. Windows color (decimal): -7052459 or 5596052. OLE color: 5596052.

HSL color Cylindrical-coordinate representation of color #946355: hue angle of 13.33º 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 #946355 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 85 -
CMYK 0 0.33 0.43 0.42
HSL 13.33º 0.27% 0.46% -
HSV(B) 13.33º 0.43% 0.58% -
XYZ 18.31 15.88 10.69 -
YUV 112.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 148 99 85 0 0.33 0.43 0.42 13.33 0.27 0.46
Hex 94 63 55 0 21 2B 2A D 1B 2E
Octal 224 143 125 0 41 53 52 15 33 56
Binary 10010100 1100011 1010101 0 100001 101011 101010 1101 11011 101110

Color Harmonies of #946355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946355

Black with #946355

Text Example


Text Example

White with #946355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946355; }

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

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

background-color css

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

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

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

border-color css

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

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

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