Html Css Color HEX #946758 Au Chico

📋 copy color: '#946758'

red 148 ◦ green 103 ◦ blue 88

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

Shades of Au Chico #946758

Tints of Au Chico #946758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

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

R = 43.66%
G = 30.38%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946758 (or 0x946758) is known color: Au Chico. HEX triplet: 94, 67 and 58. RGB value is (148,103,88). Sum of RGB (Red+Green+Blue) = 148+103+88=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946758 is #6B98A7. Grayscale: #727272. Windows color (decimal): -7051432 or 5793684. OLE color: 5793684.

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

Color convert

RGB 148 103 88 -
CMYK 0 0.30 0.41 0.42
HSL 15º 0.25% 0.46% -
HSV(B) 15º 0.41% 0.58% -
XYZ 18.82 16.7 11.46 -
YUV 114.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 148 103 88 0 0.30 0.41 0.42 15 0.25 0.46
Hex 94 67 58 0 1E 29 2A F 19 2E
Octal 224 147 130 0 36 51 52 17 31 56
Binary 10010100 1100111 1011000 0 11110 101001 101010 1111 11001 101110

Color Harmonies of #946758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946758

Black with #946758

Text Example


Text Example

White with #946758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946758; }

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

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

background-color css

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

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

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

border-color css

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

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

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