Html Css Color HEX #95645C Dark Chestnut

📋 copy color: '#95645C'

red 149 ◦ green 100 ◦ blue 92

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

Shades of Dark Chestnut #95645C

Tints of Dark Chestnut #95645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 43.7%
G = 29.33%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95645C (or 0x95645C) is known color: Dark Chestnut. HEX triplet: 95, 64 and 5C. RGB value is (149,100,92). Sum of RGB (Red+Green+Blue) = 149+100+92=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95645C is #6A9BA3. Grayscale: #717171. Windows color (decimal): -6986660 or 6055061. OLE color: 6055061.

HSL color Cylindrical-coordinate representation of color #95645C: hue angle of 8.42º 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 #95645C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 92 -
CMYK 0 0.33 0.38 0.42
HSL 8.42º 0.24% 0.47% -
HSV(B) 8.42º 0.38% 0.58% -
XYZ 18.88 16.28 12.27 -
YUV 113.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 149 100 92 0 0.33 0.38 0.42 8.42 0.24 0.47
Hex 95 64 5C 0 21 26 2A 8 18 2F
Octal 225 144 134 0 41 46 52 10 30 57
Binary 10010101 1100100 1011100 0 100001 100110 101010 1000 11000 101111

Color Harmonies of #95645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95645C

Black with #95645C

Text Example


Text Example

White with #95645C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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