Html Css Color HEX #946458 Au Chico

📋 copy color: '#946458'

red 148 ◦ green 100 ◦ blue 88

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

Shades of Au Chico #946458

Tints of Au Chico #946458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 44.05%
G = 29.76%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946458 (or 0x946458) is known color: Au Chico. HEX triplet: 94, 64 and 58. RGB value is (148,100,88). Sum of RGB (Red+Green+Blue) = 148+100+88=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946458 is #6B9BA7. Grayscale: #717171. Windows color (decimal): -7052200 or 5792916. OLE color: 5792916.

HSL color Cylindrical-coordinate representation of color #946458: hue angle of 12º degrees, saturation: 0.25, 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 #946458 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 88 -
CMYK 0 0.32 0.41 0.42
HSL 12º 0.25% 0.46% -
HSV(B) 12º 0.41% 0.58% -
XYZ 18.53 16.11 11.37 -
YUV 112.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 148 100 88 0 0.32 0.41 0.42 12 0.25 0.46
Hex 94 64 58 0 20 29 2A C 19 2E
Octal 224 144 130 0 40 51 52 14 31 56
Binary 10010100 1100100 1011000 0 100000 101001 101010 1100 11001 101110

Color Harmonies of #946458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946458

Black with #946458

Text Example


Text Example

White with #946458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946458; }

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

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

background-color css

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

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

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

border-color css

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

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

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