Html Css Color HEX #966554 Au Chico

📋 copy color: '#966554'

red 150 ◦ green 101 ◦ blue 84

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

Shades of Au Chico #966554

Tints of Au Chico #966554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 44.78%
G = 30.15%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#966554 (or 0x966554) is known color: Au Chico. HEX triplet: 96, 65 and 54. RGB value is (150,101,84). Sum of RGB (Red+Green+Blue) = 150+101+84=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966554 is #699AAB. Grayscale: #717171. Windows color (decimal): -6920876 or 5531030. OLE color: 5531030.

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

Color convert

RGB 150 101 84 -
CMYK 0 0.33 0.44 0.41
HSL 15.45º 0.28% 0.46% -
HSV(B) 15.45º 0.44% 0.59% -
XYZ 18.83 16.43 10.57 -
YUV 113.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 150 101 84 0 0.33 0.44 0.41 15.45 0.28 0.46
Hex 96 65 54 0 21 2C 29 F 1C 2E
Octal 226 145 124 0 41 54 51 17 34 56
Binary 10010110 1100101 1010100 0 100001 101100 101001 1111 11100 101110

Color Harmonies of #966554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966554

Black with #966554

Text Example


Text Example

White with #966554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966554; }

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

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

background-color css

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

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

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

border-color css

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

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

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