Html Css Color HEX #98675D Dark Chestnut

📋 copy color: '#98675D'

red 152 ◦ green 103 ◦ blue 93

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

Shades of Dark Chestnut #98675D

Tints of Dark Chestnut #98675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 43.68%
G = 29.6%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98675D (or 0x98675D) is known color: Dark Chestnut. HEX triplet: 98, 67 and 5D. RGB value is (152,103,93). Sum of RGB (Red+Green+Blue) = 152+103+93=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98675D is #6798A2. Grayscale: #747474. Windows color (decimal): -6789283 or 6121368. OLE color: 6121368.

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

Color convert

RGB 152 103 93 -
CMYK 0 0.32 0.39 0.40
HSL 10.17º 0.24% 0.48% -
HSV(B) 10.17º 0.39% 0.6% -
XYZ 19.77 17.17 12.63 -
YUV 116.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 152 103 93 0 0.32 0.39 0.40 10.17 0.24 0.48
Hex 98 67 5D 0 20 27 28 A 18 30
Octal 230 147 135 0 40 47 50 12 30 60
Binary 10011000 1100111 1011101 0 100000 100111 101000 1010 11000 110000

Color Harmonies of #98675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98675D

Black with #98675D

Text Example


Text Example

White with #98675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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