Html Css Color HEX #95695C Dark Chestnut

📋 copy color: '#95695C'

red 149 ◦ green 105 ◦ blue 92

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

Shades of Dark Chestnut #95695C

Tints of Dark Chestnut #95695C

RGB

 RED value IS 149 (58.59% from 255) = 43.06%

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

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

R = 43.06%
G = 30.35%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95695C (or 0x95695C) is known color: Dark Chestnut. HEX triplet: 95, 69 and 5C. RGB value is (149,105,92). Sum of RGB (Red+Green+Blue) = 149+105+92=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95695C is #6A96A3. Grayscale: #747474. Windows color (decimal): -6985380 or 6056341. OLE color: 6056341.

HSL color Cylindrical-coordinate representation of color #95695C: hue angle of 13.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95695C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 92 -
CMYK 0 0.30 0.38 0.42
HSL 13.68º 0.24% 0.47% -
HSV(B) 13.68º 0.38% 0.58% -
XYZ 19.38 17.27 12.44 -
YUV 116.67 114.08 151.06 -
System Red Green Blue C M Y K H S L
Decimal 149 105 92 0 0.30 0.38 0.42 13.68 0.24 0.47
Hex 95 69 5C 0 1E 26 2A E 18 2F
Octal 225 151 134 0 36 46 52 16 30 57
Binary 10010101 1101001 1011100 0 11110 100110 101010 1110 11000 101111

Color Harmonies of #95695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95695C

Black with #95695C

Text Example


Text Example

White with #95695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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