Html Css Color HEX #946356 Au Chico

📋 copy color: '#946356'

red 148 ◦ green 99 ◦ blue 86

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

Shades of Au Chico #946356

Tints of Au Chico #946356

RGB

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

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

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

R = 44.44%
G = 29.73%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#946356 (or 0x946356) is known color: Au Chico. HEX triplet: 94, 63 and 56. RGB value is (148,99,86). Sum of RGB (Red+Green+Blue) = 148+99+86=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #946356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946356 is #6B9CA9. Grayscale: #707070. Windows color (decimal): -7052458 or 5661588. OLE color: 5661588.

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

Color convert

RGB 148 99 86 -
CMYK 0 0.33 0.42 0.42
HSL 12.58º 0.26% 0.46% -
HSV(B) 12.58º 0.42% 0.58% -
XYZ 18.35 15.89 10.9 -
YUV 112.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 148 99 86 0 0.33 0.42 0.42 12.58 0.26 0.46
Hex 94 63 56 0 21 2A 2A D 1A 2E
Octal 224 143 126 0 41 52 52 15 32 56
Binary 10010100 1100011 1010110 0 100001 101010 101010 1101 11010 101110

Color Harmonies of #946356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946356

Black with #946356

Text Example


Text Example

White with #946356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946356; }

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

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

background-color css

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

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

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

border-color css

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

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

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