Html Css Color HEX #946354 Au Chico

📋 copy color: '#946354'

red 148 ◦ green 99 ◦ blue 84

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

Shades of Au Chico #946354

Tints of Au Chico #946354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 44.71%
G = 29.91%
B = 25.38%

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

#946354 (or 0x946354) is known color: Au Chico. HEX triplet: 94, 63 and 54. RGB value is (148,99,84). Sum of RGB (Red+Green+Blue) = 148+99+84=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946354 is #6B9CAB. Grayscale: #707070. Windows color (decimal): -7052460 or 5530516. OLE color: 5530516.

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

Color convert

RGB 148 99 84 -
CMYK 0 0.33 0.43 0.42
HSL 14.06º 0.28% 0.45% -
HSV(B) 14.06º 0.43% 0.58% -
XYZ 18.27 15.86 10.49 -
YUV 111.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 148 99 84 0 0.33 0.43 0.42 14.06 0.28 0.45
Hex 94 63 54 0 21 2B 2A E 1C 2D
Octal 224 143 124 0 41 53 52 16 34 55
Binary 10010100 1100011 1010100 0 100001 101011 101010 1110 11100 101101

Color Harmonies of #946354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946354

Black with #946354

Text Example


Text Example

White with #946354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946354; }

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

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

background-color css

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

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

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

border-color css

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

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

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