Html Css Color HEX #95625A Dark Chestnut

📋 copy color: '#95625A'

red 149 ◦ green 98 ◦ blue 90

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

Shades of Dark Chestnut #95625A

Tints of Dark Chestnut #95625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 44.21%
G = 29.08%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95625A (or 0x95625A) is known color: Dark Chestnut. HEX triplet: 95, 62 and 5A. RGB value is (149,98,90). Sum of RGB (Red+Green+Blue) = 149+98+90=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95625A is #6A9DA5. Grayscale: #707070. Windows color (decimal): -6987174 or 5923477. OLE color: 5923477.

HSL color Cylindrical-coordinate representation of color #95625A: hue angle of 8.14º 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 #95625A is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 90 -
CMYK 0 0.34 0.40 0.42
HSL 8.14º 0.25% 0.47% -
HSV(B) 8.14º 0.4% 0.58% -
XYZ 18.61 15.86 11.75 -
YUV 112.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 149 98 90 0 0.34 0.40 0.42 8.14 0.25 0.47
Hex 95 62 5A 0 22 28 2A 8 19 2F
Octal 225 142 132 0 42 50 52 10 31 57
Binary 10010101 1100010 1011010 0 100010 101000 101010 1000 11001 101111

Color Harmonies of #95625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95625A

Black with #95625A

Text Example


Text Example

White with #95625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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