Html Css Color HEX #9E6352 Au Chico

📋 copy color: '#9E6352'

red 158 ◦ green 99 ◦ blue 82

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

Shades of Au Chico #9E6352

Tints of Au Chico #9E6352

RGB

 RED value IS 158 (62.11% from 255) = 46.61%

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

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 46.61%
G = 29.2%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9E6352 (or 0x9E6352) is known color: Au Chico. HEX triplet: 9E, 63 and 52. RGB value is (158,99,82). Sum of RGB (Red+Green+Blue) = 158+99+82=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6352 is #619CAD. Grayscale: #727272. Windows color (decimal): -6397102 or 5399454. OLE color: 5399454.

HSL color Cylindrical-coordinate representation of color #9E6352: hue angle of 13.42º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E6352 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 99 82 -
CMYK 0 0.37 0.48 0.38
HSL 13.42º 0.32% 0.47% -
HSV(B) 13.42º 0.48% 0.62% -
XYZ 20.09 16.8 10.17 -
YUV 114.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 158 99 82 0 0.37 0.48 0.38 13.42 0.32 0.47
Hex 9E 63 52 0 25 30 26 D 20 2F
Octal 236 143 122 0 45 60 46 15 40 57
Binary 10011110 1100011 1010010 0 100101 110000 100110 1101 100000 101111

Color Harmonies of #9E6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6352

Black with #9E6352

Text Example


Text Example

White with #9E6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6352; }

 p { color: rgb(158,99,82); }

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

background-color css

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

 a { background-color: rgb(158,99,82); }

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

border-color css

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

 span { border-color: rgb(158,99,82); }

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