Html Css Color HEX #986B5C Au Chico

📋 copy color: '#986B5C'

red 152 ◦ green 107 ◦ blue 92

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

Shades of Au Chico #986B5C

Tints of Au Chico #986B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

 BLUE value IS 92 (36.33% from 255) = 26.21%

R = 43.3%
G = 30.48%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#986B5C (or 0x986B5C) is known color: Au Chico. HEX triplet: 98, 6B and 5C. RGB value is (152,107,92). Sum of RGB (Red+Green+Blue) = 152+107+92=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #986B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B5C is #6794A3. Grayscale: #767676. Windows color (decimal): -6788260 or 6056856. OLE color: 6056856.

HSL color Cylindrical-coordinate representation of color #986B5C: hue angle of 15º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #986B5C is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 107 92 -
CMYK 0 0.30 0.39 0.40
HSL 15º 0.25% 0.48% -
HSV(B) 15º 0.39% 0.6% -
XYZ 20.14 17.96 12.53 -
YUV 118.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 152 107 92 0 0.30 0.39 0.40 15 0.25 0.48
Hex 98 6B 5C 0 1E 27 28 F 19 30
Octal 230 153 134 0 36 47 50 17 31 60
Binary 10011000 1101011 1011100 0 11110 100111 101000 1111 11001 110000

Color Harmonies of #986B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B5C

Black with #986B5C

Text Example


Text Example

White with #986B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986B5C; }

 p { color: rgb(152,107,92); }

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

background-color css

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

 a { background-color: rgb(152,107,92); }

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

border-color css

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

 span { border-color: rgb(152,107,92); }

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