Html Css Color HEX #986051 Au Chico

📋 copy color: '#986051'

red 152 ◦ green 96 ◦ blue 81

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

Shades of Au Chico #986051

Tints of Au Chico #986051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 46.2%
G = 29.18%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#986051 (or 0x986051) is known color: Au Chico. HEX triplet: 98, 60 and 51. RGB value is (152,96,81). Sum of RGB (Red+Green+Blue) = 152+96+81=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #986051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986051 is #679FAE. Grayscale: #6F6F6F. Windows color (decimal): -6791087 or 5333144. OLE color: 5333144.

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

Color convert

RGB 152 96 81 -
CMYK 0 0.37 0.47 0.40
HSL 12.68º 0.3% 0.46% -
HSV(B) 12.68º 0.47% 0.6% -
XYZ 18.62 15.64 9.82 -
YUV 111.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 152 96 81 0 0.37 0.47 0.40 12.68 0.3 0.46
Hex 98 60 51 0 25 2F 28 D 1E 2E
Octal 230 140 121 0 45 57 50 15 36 56
Binary 10011000 1100000 1010001 0 100101 101111 101000 1101 11110 101110

Color Harmonies of #986051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986051

Black with #986051

Text Example


Text Example

White with #986051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986051; }

 p { color: rgb(152,96,81); }

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

background-color css

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

 a { background-color: rgb(152,96,81); }

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

border-color css

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

 span { border-color: rgb(152,96,81); }

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