Html Css Color HEX #996B5C Au Chico

📋 copy color: '#996B5C'

red 153 ◦ green 107 ◦ blue 92

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

Shades of Au Chico #996B5C

Tints of Au Chico #996B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.4%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 43.47%
G = 30.4%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#996B5C (or 0x996B5C) is known color: Au Chico. HEX triplet: 99, 6B and 5C. RGB value is (153,107,92). Sum of RGB (Red+Green+Blue) = 153+107+92=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B5C is #6694A3. Grayscale: #777777. Windows color (decimal): -6722724 or 6056857. OLE color: 6056857.

HSL color Cylindrical-coordinate representation of color #996B5C: hue angle of 14.75º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #996B5C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 92 -
CMYK 0 0.30 0.40 0.4
HSL 14.75º 0.25% 0.48% -
HSV(B) 14.75º 0.4% 0.6% -
XYZ 20.33 18.06 12.54 -
YUV 119.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 153 107 92 0 0.30 0.40 0.4 14.75 0.25 0.48
Hex 99 6B 5C 0 1E 28 28 F 19 30
Octal 231 153 134 0 36 50 50 17 31 60
Binary 10011001 1101011 1011100 0 11110 101000 101000 1111 11001 110000

Color Harmonies of #996B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B5C

Black with #996B5C

Text Example


Text Example

White with #996B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996B5C; }

 p { color: rgb(153,107,92); }

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

background-color css

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

 a { background-color: rgb(153,107,92); }

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

border-color css

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

 span { border-color: rgb(153,107,92); }

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