#67494B

Color #67494B Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #67494B

Tints of Don Juan #67494B

Color information

#67494B (or 0x67494B) is unknown color: approx Don Juan. HEX triplet: 67, 49 and 4B. RGB value is (103,73,75). Sum of RGB (Red+Green+Blue) = 103+73+75=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #67494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67494B is #98B6B4. Grayscale: #525252. Windows color (decimal): -10008245 or 4933991. OLE color: 4933991.

HSL color Cylindrical-coordinate representation of color #67494B: hue angle of 356º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67494B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1037375-
CMYK00.290.270.60
HSL356º17.05%34.51%-
HSV(B)356º29.13%40.39%-
XYZ9.258.167.74-
YUV82.2123.94142.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.04%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=41.04%
G=29.08%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103737500.290.270.6035617.0534.51
Hex67494B01D1B3C1641123
Octal14711111303533745442143
Binary1100111100100110010110111011101111110010110010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,73,75); }

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

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

 a { background-color: rgb(103,73,75); }

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

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

 span { border-color: rgb(103,73,75); }

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