Html Css Color HEX #95665E Dark Chestnut

📋 copy color: '#95665E'

red 149 ◦ green 102 ◦ blue 94

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

Shades of Dark Chestnut #95665E

Tints of Dark Chestnut #95665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

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

R = 43.19%
G = 29.57%
B = 27.25%

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

#95665E (or 0x95665E) is known color: Dark Chestnut. HEX triplet: 95, 66 and 5E. RGB value is (149,102,94). Sum of RGB (Red+Green+Blue) = 149+102+94=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #95665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95665E is #6A99A1. Grayscale: #737373. Windows color (decimal): -6986146 or 6186645. OLE color: 6186645.

HSL color Cylindrical-coordinate representation of color #95665E: hue angle of 8.73º 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 #95665E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 94 -
CMYK 0 0.32 0.37 0.42
HSL 8.73º 0.23% 0.48% -
HSV(B) 8.73º 0.37% 0.58% -
XYZ 19.17 16.7 12.8 -
YUV 115.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 149 102 94 0 0.32 0.37 0.42 8.73 0.23 0.48
Hex 95 66 5E 0 20 25 2A 9 17 30
Octal 225 146 136 0 40 45 52 11 27 60
Binary 10010101 1100110 1011110 0 100000 100101 101010 1001 10111 110000

Color Harmonies of #95665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95665E

Black with #95665E

Text Example


Text Example

White with #95665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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