Html Css Color HEX #996151 Au Chico

📋 copy color: '#996151'

red 153 ◦ green 97 ◦ blue 81

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

Shades of Au Chico #996151

Tints of Au Chico #996151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 46.22%
G = 29.31%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#996151 (or 0x996151) is known color: Au Chico. HEX triplet: 99, 61 and 51. RGB value is (153,97,81). Sum of RGB (Red+Green+Blue) = 153+97+81=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #996151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996151 is #669EAE. Grayscale: #707070. Windows color (decimal): -6725295 or 5333401. OLE color: 5333401.

HSL color Cylindrical-coordinate representation of color #996151: hue angle of 13.33º 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 #996151 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 81 -
CMYK 0 0.37 0.47 0.4
HSL 13.33º 0.31% 0.46% -
HSV(B) 13.33º 0.47% 0.6% -
XYZ 18.9 15.92 9.86 -
YUV 111.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 153 97 81 0 0.37 0.47 0.4 13.33 0.31 0.46
Hex 99 61 51 0 25 2F 28 D 1F 2E
Octal 231 141 121 0 45 57 50 15 37 56
Binary 10011001 1100001 1010001 0 100101 101111 101000 1101 11111 101110

Color Harmonies of #996151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996151

Black with #996151

Text Example


Text Example

White with #996151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996151; }

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

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

background-color css

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

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

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

border-color css

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

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

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