#98675B

Color #98675B Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #98675B

Tints of Dark Chestnut #98675B

Color information

#98675B (or 0x98675B) is unknown color: approx Dark Chestnut. HEX triplet: 98, 67 and 5B. RGB value is (152,103,91). Sum of RGB (Red+Green+Blue) = 152+103+91=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98675B is #6798A4. Grayscale: #747474. Windows color (decimal): -6789285 or 5990296. OLE color: 5990296.

HSL color Cylindrical-coordinate representation of color #98675B: hue angle of 11.8º 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 #98675B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15210391-
CMYK00.320.400.40
HSL11.8º25.1%47.65%-
HSV(B)11.8º40.13%59.61%-
XYZ19.6917.1312.17-
YUV116.28113.73153.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=43.93%
G=29.77%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521039100.320.400.4011.825.147.65
Hex98675B0202828c1930
Octal2301471330405050143160
Binary10011000110011110110110100000101000101000110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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