Html Css Color HEX #966052 Au Chico

📋 copy color: '#966052'

red 150 ◦ green 96 ◦ blue 82

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

Shades of Au Chico #966052

Tints of Au Chico #966052

RGB

 RED value IS 150 (58.98% from 255) = 45.73%

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 82 (32.42% from 255) = 25%

R = 45.73%
G = 29.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#966052 (or 0x966052) is known color: Au Chico. HEX triplet: 96, 60 and 52. RGB value is (150,96,82). Sum of RGB (Red+Green+Blue) = 150+96+82=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #966052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966052 is #699FAD. Grayscale: #6E6E6E. Windows color (decimal): -6922158 or 5398678. OLE color: 5398678.

HSL color Cylindrical-coordinate representation of color #966052: hue angle of 12.35º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966052 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 82 -
CMYK 0 0.36 0.45 0.41
HSL 12.35º 0.29% 0.45% -
HSV(B) 12.35º 0.45% 0.59% -
XYZ 18.28 15.46 10 -
YUV 110.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 150 96 82 0 0.36 0.45 0.41 12.35 0.29 0.45
Hex 96 60 52 0 24 2D 29 C 1D 2D
Octal 226 140 122 0 44 55 51 14 35 55
Binary 10010110 1100000 1010010 0 100100 101101 101001 1100 11101 101101

Color Harmonies of #966052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966052

Black with #966052

Text Example


Text Example

White with #966052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966052; }

 p { color: rgb(150,96,82); }

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

background-color css

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

 a { background-color: rgb(150,96,82); }

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

border-color css

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

 span { border-color: rgb(150,96,82); }

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