#95634B

Color #95634B Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #95634B

Tints of Dark Tan #95634B

Color information

#95634B (or 0x95634B) is unknown color: approx Dark Tan. HEX triplet: 95, 63 and 4B. RGB value is (149,99,75). Sum of RGB (Red+Green+Blue) = 149+99+75=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95634B is #6A9CB4. Grayscale: #6F6F6F. Windows color (decimal): -6986933 or 4940693. OLE color: 4940693.

HSL color Cylindrical-coordinate representation of color #95634B: hue angle of 19.46º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95634B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1499975-
CMYK00.340.500.42
HSL19.46º33.04%43.92%-
HSV(B)19.46º49.66%58.43%-
XYZ18.1315.828.76-
YUV111.21107.56154.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=46.13%
G=30.65%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149997500.340.500.4219.4633.0443.92
Hex95634B022322A13212c
Octal2251431130426252234154
Binary1001010111000111001011010001011001010101010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95634B;
 }
 .AnyTagClassName
 {
   color: #95634B;
 }
</style>
background-color css

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

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

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

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

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

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