Html Css Color HEX #946357 Au Chico

📋 copy color: '#946357'

red 148 ◦ green 99 ◦ blue 87

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

Shades of Au Chico #946357

Tints of Au Chico #946357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.05%

R = 44.31%
G = 29.64%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946357 (or 0x946357) is known color: Au Chico. HEX triplet: 94, 63 and 57. RGB value is (148,99,87). Sum of RGB (Red+Green+Blue) = 148+99+87=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #946357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946357 is #6B9CA8. Grayscale: #707070. Windows color (decimal): -7052457 or 5727124. OLE color: 5727124.

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

Color convert

RGB 148 99 87 -
CMYK 0 0.33 0.41 0.42
HSL 11.8º 0.26% 0.46% -
HSV(B) 11.8º 0.41% 0.58% -
XYZ 18.39 15.91 11.12 -
YUV 112.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 148 99 87 0 0.33 0.41 0.42 11.8 0.26 0.46
Hex 94 63 57 0 21 29 2A C 1A 2E
Octal 224 143 127 0 41 51 52 14 32 56
Binary 10010100 1100011 1010111 0 100001 101001 101010 1100 11010 101110

Color Harmonies of #946357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946357

Black with #946357

Text Example


Text Example

White with #946357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946357; }

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

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

background-color css

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

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

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

border-color css

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

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

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