Html Css Color HEX #99695C Dark Chestnut

📋 copy color: '#99695C'

red 153 ◦ green 105 ◦ blue 92

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

Shades of Dark Chestnut #99695C

Tints of Dark Chestnut #99695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 43.71%
G = 30%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99695C (or 0x99695C) is known color: Dark Chestnut. HEX triplet: 99, 69 and 5C. RGB value is (153,105,92). Sum of RGB (Red+Green+Blue) = 153+105+92=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99695C is #6696A3. Grayscale: #757575. Windows color (decimal): -6723236 or 6056345. OLE color: 6056345.

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

Color convert

RGB 153 105 92 -
CMYK 0 0.31 0.40 0.4
HSL 12.79º 0.25% 0.48% -
HSV(B) 12.79º 0.4% 0.6% -
XYZ 20.12 17.65 12.47 -
YUV 117.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 153 105 92 0 0.31 0.40 0.4 12.79 0.25 0.48
Hex 99 69 5C 0 1F 28 28 D 19 30
Octal 231 151 134 0 37 50 50 15 31 60
Binary 10011001 1101001 1011100 0 11111 101000 101000 1101 11001 110000

Color Harmonies of #99695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99695C

Black with #99695C

Text Example


Text Example

White with #99695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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