Html Css Color HEX #95655E Dark Chestnut

📋 copy color: '#95655E'

red 149 ◦ green 101 ◦ blue 94

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

Shades of Dark Chestnut #95655E

Tints of Dark Chestnut #95655E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 43.31%
G = 29.36%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95655E (or 0x95655E) is known color: Dark Chestnut. HEX triplet: 95, 65 and 5E. RGB value is (149,101,94). Sum of RGB (Red+Green+Blue) = 149+101+94=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95655E is #6A9AA1. Grayscale: #727272. Windows color (decimal): -6986402 or 6186389. OLE color: 6186389.

HSL color Cylindrical-coordinate representation of color #95655E: hue angle of 7.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95655E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 94 -
CMYK 0 0.32 0.37 0.42
HSL 7.64º 0.23% 0.48% -
HSV(B) 7.64º 0.37% 0.58% -
XYZ 19.07 16.51 12.77 -
YUV 114.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 149 101 94 0 0.32 0.37 0.42 7.64 0.23 0.48
Hex 95 65 5E 0 20 25 2A 8 17 30
Octal 225 145 136 0 40 45 52 10 27 60
Binary 10010101 1100101 1011110 0 100000 100101 101010 1000 10111 110000

Color Harmonies of #95655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95655E

Black with #95655E

Text Example


Text Example

White with #95655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95655E; }

 p { color: rgb(149,101,94); }

 H1.HeaderClassName
 {
   color: #95655E;
 }
 .AnyTagClassName
 {
   color: #95655E;
 }
</style>

background-color css

<style>
 a { background-color: #95655E; }

 a { background-color: rgb(149,101,94); }

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

border-color css

<style>
 span { border-color: #95655E; }

 span { border-color: rgb(149,101,94); }

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