#67445E

Color #67445E Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #67445E

Tints of Purple Taupe #67445E

Color information

#67445E (or 0x67445E) is unknown color: approx Purple Taupe. HEX triplet: 67, 44 and 5E. RGB value is (103,68,94). Sum of RGB (Red+Green+Blue) = 103+68+94=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #67445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67445E is #98BBA1. Grayscale: #515151. Windows color (decimal): -10009506 or 6177895. OLE color: 6177895.

HSL color Cylindrical-coordinate representation of color #67445E: hue angle of 315.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67445E is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1036894-
CMYK00.340.090.60
HSL315.43º20.47%33.53%-
HSV(B)315.43º33.98%40.39%-
XYZ9.687.8311.59-
YUV81.43135.1143.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=38.87%
G=25.66%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103689400.340.090.60315.4320.4733.53
Hex67445E02293C13b1422
Octal14710413604211744732442
Binary1100111100010010111100100010100111110010011101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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