Html Css Color HEX #996358 Au Chico

📋 copy color: '#996358'

red 153 ◦ green 99 ◦ blue 88

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

Shades of Au Chico #996358

Tints of Au Chico #996358

RGB

 RED value IS 153 (60.16% from 255) = 45%

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

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

R = 45%
G = 29.12%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996358 (or 0x996358) is known color: Au Chico. HEX triplet: 99, 63 and 58. RGB value is (153,99,88). Sum of RGB (Red+Green+Blue) = 153+99+88=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996358 is #669CA7. Grayscale: #717171. Windows color (decimal): -6724776 or 5792665. OLE color: 5792665.

HSL color Cylindrical-coordinate representation of color #996358: hue angle of 10.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996358 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 88 -
CMYK 0 0.35 0.42 0.4
HSL 10.15º 0.27% 0.47% -
HSV(B) 10.15º 0.42% 0.6% -
XYZ 19.36 16.4 11.38 -
YUV 113.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 153 99 88 0 0.35 0.42 0.4 10.15 0.27 0.47
Hex 99 63 58 0 23 2A 28 A 1B 2F
Octal 231 143 130 0 43 52 50 12 33 57
Binary 10011001 1100011 1011000 0 100011 101010 101000 1010 11011 101111

Color Harmonies of #996358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996358

Black with #996358

Text Example


Text Example

White with #996358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996358; }

 p { color: rgb(153,99,88); }

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

background-color css

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

 a { background-color: rgb(153,99,88); }

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

border-color css

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

 span { border-color: rgb(153,99,88); }

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