Html Css Color HEX #986655 Au Chico

📋 copy color: '#986655'

red 152 ◦ green 102 ◦ blue 85

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

Shades of Au Chico #986655

Tints of Au Chico #986655

RGB

 RED value IS 152 (59.77% from 255) = 44.84%

 GREEN value IS 102 (40.23% from 255) = 30.09%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 44.84%
G = 30.09%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#986655 (or 0x986655) is known color: Au Chico. HEX triplet: 98, 66 and 55. RGB value is (152,102,85). Sum of RGB (Red+Green+Blue) = 152+102+85=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986655 is #6799AA. Grayscale: #737373. Windows color (decimal): -6789547 or 5596824. OLE color: 5596824.

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

Color convert

RGB 152 102 85 -
CMYK 0 0.33 0.44 0.40
HSL 15.22º 0.28% 0.46% -
HSV(B) 15.22º 0.44% 0.6% -
XYZ 19.34 16.83 10.82 -
YUV 115.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 152 102 85 0 0.33 0.44 0.40 15.22 0.28 0.46
Hex 98 66 55 0 21 2C 28 F 1C 2E
Octal 230 146 125 0 41 54 50 17 34 56
Binary 10011000 1100110 1010101 0 100001 101100 101000 1111 11100 101110

Color Harmonies of #986655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986655

Black with #986655

Text Example


Text Example

White with #986655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986655; }

 p { color: rgb(152,102,85); }

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

background-color css

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

 a { background-color: rgb(152,102,85); }

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

border-color css

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

 span { border-color: rgb(152,102,85); }

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