#9A634B

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

Shades of Dark Tan #9A634B

Tints of Dark Tan #9A634B

Color information

#9A634B (or 0x9A634B) is unknown color: approx Dark Tan. HEX triplet: 9A, 63 and 4B. RGB value is (154,99,75). Sum of RGB (Red+Green+Blue) = 154+99+75=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A634B is #659CB4. Grayscale: #707070. Windows color (decimal): -6659253 or 4940698. OLE color: 4940698.

HSL color Cylindrical-coordinate representation of color #9A634B: hue angle of 18.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A634B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1549975-
CMYK00.360.510.40
HSL18.23º34.5%44.9%-
HSV(B)18.23º51.3%60.39%-
XYZ19.0616.38.8-
YUV112.71106.72157.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=46.95%
G=30.18%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154997500.360.510.4018.2334.544.9
Hex9A634B024332812222d
Octal2321431130446350224255
Binary1001101011000111001011010010011001110100010010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A634B; }

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

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

<style>
 a { background-color: #9A634B; }

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

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

<style>
 span { border-color: #9A634B; }

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

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