Html Css Color HEX #946256 Au Chico

📋 copy color: '#946256'

red 148 ◦ green 98 ◦ blue 86

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

Shades of Au Chico #946256

Tints of Au Chico #946256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.52%

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

R = 44.58%
G = 29.52%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#946256 (or 0x946256) is known color: Au Chico. HEX triplet: 94, 62 and 56. RGB value is (148,98,86). Sum of RGB (Red+Green+Blue) = 148+98+86=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946256 is #6B9DA9. Grayscale: #6F6F6F. Windows color (decimal): -7052714 or 5661332. OLE color: 5661332.

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

Color convert

RGB 148 98 86 -
CMYK 0 0.34 0.42 0.42
HSL 11.61º 0.26% 0.46% -
HSV(B) 11.61º 0.42% 0.58% -
XYZ 18.26 15.7 10.87 -
YUV 111.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 148 98 86 0 0.34 0.42 0.42 11.61 0.26 0.46
Hex 94 62 56 0 22 2A 2A C 1A 2E
Octal 224 142 126 0 42 52 52 14 32 56
Binary 10010100 1100010 1010110 0 100010 101010 101010 1100 11010 101110

Color Harmonies of #946256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946256

Black with #946256

Text Example


Text Example

White with #946256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946256; }

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

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

background-color css

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

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

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

border-color css

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

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

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