Html Css Color HEX #996453 Au Chico

📋 copy color: '#996453'

red 153 ◦ green 100 ◦ blue 83

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

Shades of Au Chico #996453

Tints of Au Chico #996453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 45.54%
G = 29.76%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#996453 (or 0x996453) is known color: Au Chico. HEX triplet: 99, 64 and 53. RGB value is (153,100,83). Sum of RGB (Red+Green+Blue) = 153+100+83=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996453 is #669BAC. Grayscale: #727272. Windows color (decimal): -6724525 or 5465241. OLE color: 5465241.

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

Color convert

RGB 153 100 83 -
CMYK 0 0.35 0.46 0.4
HSL 14.57º 0.3% 0.46% -
HSV(B) 14.57º 0.46% 0.6% -
XYZ 19.26 16.51 10.36 -
YUV 113.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 153 100 83 0 0.35 0.46 0.4 14.57 0.3 0.46
Hex 99 64 53 0 23 2E 28 F 1E 2E
Octal 231 144 123 0 43 56 50 17 36 56
Binary 10011001 1100100 1010011 0 100011 101110 101000 1111 11110 101110

Color Harmonies of #996453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996453

Black with #996453

Text Example


Text Example

White with #996453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996453; }

 p { color: rgb(153,100,83); }

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

background-color css

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

 a { background-color: rgb(153,100,83); }

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

border-color css

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

 span { border-color: rgb(153,100,83); }

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