#98695B

Color #98695B Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #98695B

Tints of Au Chico #98695B

Color information

#98695B (or 0x98695B) is unknown color: approx Au Chico. HEX triplet: 98, 69 and 5B. RGB value is (152,105,91). Sum of RGB (Red+Green+Blue) = 152+105+91=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98695B is #6796A4. Grayscale: #757575. Windows color (decimal): -6788773 or 5990808. OLE color: 5990808.

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

Color convert

RGB15210591-
CMYK00.310.400.40
HSL13.77º25.1%47.65%-
HSV(B)13.77º40.13%59.61%-
XYZ19.8917.5312.23-
YUV117.46113.07152.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=43.68%
G=30.17%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521059100.310.400.4013.7725.147.65
Hex98695B01F2828e1930
Octal2301511330375050163160
Binary1001100011010011011011011111101000101000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98695B; }

 p { color: rgb(152,105,91); }

 H1.HeaderClassName
 {
   color: #98695B;
 }
 .AnyTagClassName
 {
   color: #98695B;
 }
</style>
background-color css

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

 a { background-color: rgb(152,105,91); }

 div.DivClassName
 {
   background-color: #98695B;
 }
 .BgClassName
 {
   background-color: #98695B;
 }
</style>
border-color css

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

 span { border-color: rgb(152,105,91); }

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