Html Css Color HEX #936355 Au Chico

📋 copy color: '#936355'

red 147 ◦ green 99 ◦ blue 85

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

Shades of Au Chico #936355

Tints of Au Chico #936355

RGB

 RED value IS 147 (57.81% from 255) = 44.41%

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

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 44.41%
G = 29.91%
B = 25.68%

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

#936355 (or 0x936355) is known color: Au Chico. HEX triplet: 93, 63 and 55. RGB value is (147,99,85). Sum of RGB (Red+Green+Blue) = 147+99+85=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #936355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936355 is #6C9CAA. Grayscale: #6F6F6F. Windows color (decimal): -7117995 or 5596051. OLE color: 5596051.

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

Color convert

RGB 147 99 85 -
CMYK 0 0.33 0.42 0.42
HSL 13.55º 0.27% 0.45% -
HSV(B) 13.55º 0.42% 0.58% -
XYZ 18.13 15.78 10.68 -
YUV 111.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 147 99 85 0 0.33 0.42 0.42 13.55 0.27 0.45
Hex 93 63 55 0 21 2A 2A E 1B 2D
Octal 223 143 125 0 41 52 52 16 33 55
Binary 10010011 1100011 1010101 0 100001 101010 101010 1110 11011 101101

Color Harmonies of #936355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936355

Black with #936355

Text Example


Text Example

White with #936355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936355; }

 p { color: rgb(147,99,85); }

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

background-color css

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

 a { background-color: rgb(147,99,85); }

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

border-color css

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

 span { border-color: rgb(147,99,85); }

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