Html Css Color HEX #98665E Dark Chestnut

📋 copy color: '#98665E'

red 152 ◦ green 102 ◦ blue 94

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

Shades of Dark Chestnut #98665E

Tints of Dark Chestnut #98665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 43.68%
G = 29.31%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98665E (or 0x98665E) is known color: Dark Chestnut. HEX triplet: 98, 66 and 5E. RGB value is (152,102,94). Sum of RGB (Red+Green+Blue) = 152+102+94=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98665E is #6799A1. Grayscale: #747474. Windows color (decimal): -6789538 or 6186648. OLE color: 6186648.

HSL color Cylindrical-coordinate representation of color #98665E: hue angle of 8.28º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98665E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 94 -
CMYK 0 0.33 0.38 0.40
HSL 8.28º 0.24% 0.48% -
HSV(B) 8.28º 0.38% 0.6% -
XYZ 19.72 16.99 12.83 -
YUV 116.04 115.57 153.65 -
System Red Green Blue C M Y K H S L
Decimal 152 102 94 0 0.33 0.38 0.40 8.28 0.24 0.48
Hex 98 66 5E 0 21 26 28 8 18 30
Octal 230 146 136 0 41 46 50 10 30 60
Binary 10011000 1100110 1011110 0 100001 100110 101000 1000 11000 110000

Color Harmonies of #98665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98665E

Black with #98665E

Text Example


Text Example

White with #98665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98665E; }

 p { color: rgb(152,102,94); }

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

background-color css

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

 a { background-color: rgb(152,102,94); }

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

border-color css

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

 span { border-color: rgb(152,102,94); }

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