Html Css Color HEX #95655A Dark Chestnut

📋 copy color: '#95655A'

red 149 ◦ green 101 ◦ blue 90

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

Shades of Dark Chestnut #95655A

Tints of Dark Chestnut #95655A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 43.82%
G = 29.71%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95655A (or 0x95655A) is known color: Dark Chestnut. HEX triplet: 95, 65 and 5A. RGB value is (149,101,90). Sum of RGB (Red+Green+Blue) = 149+101+90=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95655A is #6A9AA5. Grayscale: #727272. Windows color (decimal): -6986406 or 5924245. OLE color: 5924245.

HSL color Cylindrical-coordinate representation of color #95655A: hue angle of 11.19º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95655A is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 90 -
CMYK 0 0.32 0.40 0.42
HSL 11.19º 0.25% 0.47% -
HSV(B) 11.19º 0.4% 0.58% -
XYZ 18.89 16.44 11.85 -
YUV 114.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 149 101 90 0 0.32 0.40 0.42 11.19 0.25 0.47
Hex 95 65 5A 0 20 28 2A B 19 2F
Octal 225 145 132 0 40 50 52 13 31 57
Binary 10010101 1100101 1011010 0 100000 101000 101010 1011 11001 101111

Color Harmonies of #95655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95655A

Black with #95655A

Text Example


Text Example

White with #95655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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