Html Css Color HEX #99655C Dark Chestnut

📋 copy color: '#99655C'

red 153 ◦ green 101 ◦ blue 92

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

Shades of Dark Chestnut #99655C

Tints of Dark Chestnut #99655C

RGB

 RED value IS 153 (60.16% from 255) = 44.22%

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 44.22%
G = 29.19%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99655C (or 0x99655C) is known color: Dark Chestnut. HEX triplet: 99, 65 and 5C. RGB value is (153,101,92). Sum of RGB (Red+Green+Blue) = 153+101+92=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99655C is #669AA3. Grayscale: #737373. Windows color (decimal): -6724260 or 6055321. OLE color: 6055321.

HSL color Cylindrical-coordinate representation of color #99655C: hue angle of 8.85º 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 #99655C is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 92 -
CMYK 0 0.34 0.40 0.4
HSL 8.85º 0.25% 0.48% -
HSV(B) 8.85º 0.4% 0.6% -
XYZ 19.72 16.85 12.34 -
YUV 115.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 153 101 92 0 0.34 0.40 0.4 8.85 0.25 0.48
Hex 99 65 5C 0 22 28 28 9 19 30
Octal 231 145 134 0 42 50 50 11 31 60
Binary 10011001 1100101 1011100 0 100010 101000 101000 1001 11001 110000

Color Harmonies of #99655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99655C

Black with #99655C

Text Example


Text Example

White with #99655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,101,92); }

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

background-color css

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

 a { background-color: rgb(153,101,92); }

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

border-color css

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

 span { border-color: rgb(153,101,92); }

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