Html Css Color HEX #946456 Au Chico

📋 copy color: '#946456'

red 148 ◦ green 100 ◦ blue 86

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

Shades of Au Chico #946456

Tints of Au Chico #946456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 44.31%
G = 29.94%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#946456 (or 0x946456) is known color: Au Chico. HEX triplet: 94, 64 and 56. RGB value is (148,100,86). Sum of RGB (Red+Green+Blue) = 148+100+86=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #946456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946456 is #6B9BA9. Grayscale: #707070. Windows color (decimal): -7052202 or 5661844. OLE color: 5661844.

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

Color convert

RGB 148 100 86 -
CMYK 0 0.32 0.42 0.42
HSL 13.55º 0.26% 0.46% -
HSV(B) 13.55º 0.42% 0.58% -
XYZ 18.45 16.08 10.94 -
YUV 112.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 148 100 86 0 0.32 0.42 0.42 13.55 0.26 0.46
Hex 94 64 56 0 20 2A 2A E 1A 2E
Octal 224 144 126 0 40 52 52 16 32 56
Binary 10010100 1100100 1010110 0 100000 101010 101010 1110 11010 101110

Color Harmonies of #946456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946456

Black with #946456

Text Example


Text Example

White with #946456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946456; }

 p { color: rgb(148,100,86); }

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

background-color css

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

 a { background-color: rgb(148,100,86); }

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

border-color css

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

 span { border-color: rgb(148,100,86); }

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