Html Css Color HEX #98665C Dark Chestnut

📋 copy color: '#98665C'

red 152 ◦ green 102 ◦ blue 92

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

Shades of Dark Chestnut #98665C

Tints of Dark Chestnut #98665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 43.93%
G = 29.48%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98665C (or 0x98665C) is known color: Dark Chestnut. HEX triplet: 98, 66 and 5C. RGB value is (152,102,92). Sum of RGB (Red+Green+Blue) = 152+102+92=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98665C is #6799A3. Grayscale: #737373. Windows color (decimal): -6789540 or 6055576. OLE color: 6055576.

HSL color Cylindrical-coordinate representation of color #98665C: hue angle of 10º degrees, saturation: 0.25, 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 #98665C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 102 92 -
CMYK 0 0.33 0.39 0.40
HSL 10º 0.25% 0.48% -
HSV(B) 10º 0.39% 0.6% -
XYZ 19.63 16.95 12.36 -
YUV 115.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 152 102 92 0 0.33 0.39 0.40 10 0.25 0.48
Hex 98 66 5C 0 21 27 28 A 19 30
Octal 230 146 134 0 41 47 50 12 31 60
Binary 10011000 1100110 1011100 0 100001 100111 101000 1010 11001 110000

Color Harmonies of #98665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98665C

Black with #98665C

Text Example


Text Example

White with #98665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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