Html Css Color HEX #965E54 Au Chico

📋 copy color: '#965E54'

red 150 ◦ green 94 ◦ blue 84

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

Shades of Au Chico #965E54

Tints of Au Chico #965E54

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

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

R = 45.73%
G = 28.66%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#965E54 (or 0x965E54) is known color: Au Chico. HEX triplet: 96, 5E and 54. RGB value is (150,94,84). Sum of RGB (Red+Green+Blue) = 150+94+84=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #965E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E54 is #69A1AB. Grayscale: #6D6D6D. Windows color (decimal): -6922668 or 5529238. OLE color: 5529238.

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

Color convert

RGB 150 94 84 -
CMYK 0 0.37 0.44 0.41
HSL 9.09º 0.28% 0.46% -
HSV(B) 9.09º 0.44% 0.59% -
XYZ 18.18 15.13 10.35 -
YUV 109.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 150 94 84 0 0.37 0.44 0.41 9.09 0.28 0.46
Hex 96 5E 54 0 25 2C 29 9 1C 2E
Octal 226 136 124 0 45 54 51 11 34 56
Binary 10010110 1011110 1010100 0 100101 101100 101001 1001 11100 101110

Color Harmonies of #965E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E54

Black with #965E54

Text Example


Text Example

White with #965E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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