Html Css Color HEX #966152 Au Chico

📋 copy color: '#966152'

red 150 ◦ green 97 ◦ blue 82

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

Shades of Au Chico #966152

Tints of Au Chico #966152

RGB

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

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

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

R = 45.59%
G = 29.48%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#966152 (or 0x966152) is known color: Au Chico. HEX triplet: 96, 61 and 52. RGB value is (150,97,82). Sum of RGB (Red+Green+Blue) = 150+97+82=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #966152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966152 is #699EAD. Grayscale: #6F6F6F. Windows color (decimal): -6921902 or 5398934. OLE color: 5398934.

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

Color convert

RGB 150 97 82 -
CMYK 0 0.35 0.45 0.41
HSL 13.24º 0.29% 0.45% -
HSV(B) 13.24º 0.45% 0.59% -
XYZ 18.38 15.64 10.03 -
YUV 111.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 150 97 82 0 0.35 0.45 0.41 13.24 0.29 0.45
Hex 96 61 52 0 23 2D 29 D 1D 2D
Octal 226 141 122 0 43 55 51 15 35 55
Binary 10010110 1100001 1010010 0 100011 101101 101001 1101 11101 101101

Color Harmonies of #966152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966152

Black with #966152

Text Example


Text Example

White with #966152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966152; }

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

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

background-color css

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

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

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

border-color css

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

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

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