Html Css Color HEX #95634E Dark Tan

📋 copy color: '#95634E'

red 149 ◦ green 99 ◦ blue 78

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

Shades of Dark Tan #95634E

Tints of Dark Tan #95634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 78 (30.86% from 255) = 23.93%

R = 45.71%
G = 30.37%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95634E (or 0x95634E) is known color: Dark Tan. HEX triplet: 95, 63 and 4E. RGB value is (149,99,78). Sum of RGB (Red+Green+Blue) = 149+99+78=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95634E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95634E is #6A9CB1. Grayscale: #6F6F6F. Windows color (decimal): -6986930 or 5137301. OLE color: 5137301.

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

Color convert

RGB 149 99 78 -
CMYK 0 0.34 0.48 0.42
HSL 17.75º 0.31% 0.45% -
HSV(B) 17.75º 0.48% 0.58% -
XYZ 18.23 15.86 9.31 -
YUV 111.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 149 99 78 0 0.34 0.48 0.42 17.75 0.31 0.45
Hex 95 63 4E 0 22 30 2A 12 1F 2D
Octal 225 143 116 0 42 60 52 22 37 55
Binary 10010101 1100011 1001110 0 100010 110000 101010 10010 11111 101101

Color Harmonies of #95634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95634E

Black with #95634E

Text Example


Text Example

White with #95634E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,99,78); }

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

background-color css

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

 a { background-color: rgb(149,99,78); }

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

border-color css

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

 span { border-color: rgb(149,99,78); }

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