#965F52

Color #965F52 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #965F52

Tints of Au Chico #965F52

Color information

#965F52 (or 0x965F52) is unknown color: approx Au Chico. HEX triplet: 96, 5F and 52. RGB value is (150,95,82). Sum of RGB (Red+Green+Blue) = 150+95+82=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #965F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F52 is #69A0AD. Grayscale: #6E6E6E. Windows color (decimal): -6922414 or 5398422. OLE color: 5398422.

HSL color Cylindrical-coordinate representation of color #965F52: hue angle of 11.47º 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 #965F52 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1509582-
CMYK00.370.450.41
HSL11.47º29.31%45.49%-
HSV(B)11.47º45.33%58.82%-
XYZ18.1915.289.97-
YUV109.96112.22156.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=45.87%
G=29.05%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150958200.370.450.4111.4729.3145.49
Hex965F520252D29b1d2d
Octal2261371220455551133555
Binary10010110101111110100100100101101101101001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965F52; }

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

 H1.HeaderClassName
 {
   color: #965F52;
 }
 .AnyTagClassName
 {
   color: #965F52;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #965F52;
 }
 .BgClassName
 {
   background-color: #965F52;
 }
</style>
border-color css

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

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

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