Html Css Color HEX #96685A Au Chico

📋 copy color: '#96685A'

red 150 ◦ green 104 ◦ blue 90

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

Shades of Au Chico #96685A

Tints of Au Chico #96685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

 BLUE value IS 90 (35.55% from 255) = 26.16%

R = 43.6%
G = 30.23%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96685A (or 0x96685A) is known color: Au Chico. HEX triplet: 96, 68 and 5A. RGB value is (150,104,90). Sum of RGB (Red+Green+Blue) = 150+104+90=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96685A is #6997A5. Grayscale: #747474. Windows color (decimal): -6920102 or 5925014. OLE color: 5925014.

HSL color Cylindrical-coordinate representation of color #96685A: hue angle of 14º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96685A is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 90 -
CMYK 0 0.31 0.4 0.41
HSL 14º 0.25% 0.47% -
HSV(B) 14º 0.4% 0.59% -
XYZ 19.37 17.12 11.96 -
YUV 116.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 150 104 90 0 0.31 0.4 0.41 14 0.25 0.47
Hex 96 68 5A 0 1F 28 29 E 19 2F
Octal 226 150 132 0 37 50 51 16 31 57
Binary 10010110 1101000 1011010 0 11111 101000 101001 1110 11001 101111

Color Harmonies of #96685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96685A

Black with #96685A

Text Example


Text Example

White with #96685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96685A; }

 p { color: rgb(150,104,90); }

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

background-color css

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

 a { background-color: rgb(150,104,90); }

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

border-color css

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

 span { border-color: rgb(150,104,90); }

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