Html Css Color HEX #95675E Dark Chestnut

📋 copy color: '#95675E'

red 149 ◦ green 103 ◦ blue 94

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

Shades of Dark Chestnut #95675E

Tints of Dark Chestnut #95675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 43.06%
G = 29.77%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95675E (or 0x95675E) is known color: Dark Chestnut. HEX triplet: 95, 67 and 5E. RGB value is (149,103,94). Sum of RGB (Red+Green+Blue) = 149+103+94=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95675E is #6A98A1. Grayscale: #737373. Windows color (decimal): -6985890 or 6186901. OLE color: 6186901.

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

Color convert

RGB 149 103 94 -
CMYK 0 0.31 0.37 0.42
HSL 9.82º 0.23% 0.48% -
HSV(B) 9.82º 0.37% 0.58% -
XYZ 19.27 16.9 12.84 -
YUV 115.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 149 103 94 0 0.31 0.37 0.42 9.82 0.23 0.48
Hex 95 67 5E 0 1F 25 2A A 17 30
Octal 225 147 136 0 37 45 52 12 27 60
Binary 10010101 1100111 1011110 0 11111 100101 101010 1010 10111 110000

Color Harmonies of #95675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95675E

Black with #95675E

Text Example


Text Example

White with #95675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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