Html Css Color HEX #996351 Au Chico

📋 copy color: '#996351'

red 153 ◦ green 99 ◦ blue 81

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

Shades of Au Chico #996351

Tints of Au Chico #996351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 45.95%
G = 29.73%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#996351 (or 0x996351) is known color: Au Chico. HEX triplet: 99, 63 and 51. RGB value is (153,99,81). Sum of RGB (Red+Green+Blue) = 153+99+81=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #996351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996351 is #669CAE. Grayscale: #717171. Windows color (decimal): -6724783 or 5333913. OLE color: 5333913.

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

Color convert

RGB 153 99 81 -
CMYK 0 0.35 0.47 0.4
HSL 15º 0.31% 0.46% -
HSV(B) 15º 0.47% 0.6% -
XYZ 19.08 16.29 9.92 -
YUV 113.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 153 99 81 0 0.35 0.47 0.4 15 0.31 0.46
Hex 99 63 51 0 23 2F 28 F 1F 2E
Octal 231 143 121 0 43 57 50 17 37 56
Binary 10011001 1100011 1010001 0 100011 101111 101000 1111 11111 101110

Color Harmonies of #996351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996351

Black with #996351

Text Example


Text Example

White with #996351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996351; }

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

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

background-color css

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

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

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

border-color css

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

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

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