Html Css Color HEX #966054 Au Chico

📋 copy color: '#966054'

red 150 ◦ green 96 ◦ blue 84

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

Shades of Au Chico #966054

Tints of Au Chico #966054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 45.45%
G = 29.09%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#966054 (or 0x966054) is known color: Au Chico. HEX triplet: 96, 60 and 54. RGB value is (150,96,84). Sum of RGB (Red+Green+Blue) = 150+96+84=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #966054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966054 is #699FAB. Grayscale: #6E6E6E. Windows color (decimal): -6922156 or 5529750. OLE color: 5529750.

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

Color convert

RGB 150 96 84 -
CMYK 0 0.36 0.44 0.41
HSL 10.91º 0.28% 0.46% -
HSV(B) 10.91º 0.44% 0.59% -
XYZ 18.36 15.49 10.41 -
YUV 110.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 150 96 84 0 0.36 0.44 0.41 10.91 0.28 0.46
Hex 96 60 54 0 24 2C 29 B 1C 2E
Octal 226 140 124 0 44 54 51 13 34 56
Binary 10010110 1100000 1010100 0 100100 101100 101001 1011 11100 101110

Color Harmonies of #966054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966054

Black with #966054

Text Example


Text Example

White with #966054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966054; }

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

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

background-color css

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

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

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

border-color css

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

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

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