#67464B

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

Shades of Don Juan #67464B

Tints of Don Juan #67464B

Color information

#67464B (or 0x67464B) is unknown color: approx Don Juan. HEX triplet: 67, 46 and 4B. RGB value is (103,70,75). Sum of RGB (Red+Green+Blue) = 103+70+75=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67464B is #98B9B4. Grayscale: #505050. Windows color (decimal): -10009013 or 4933223. OLE color: 4933223.

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

Color convert

RGB1037075-
CMYK00.320.270.60
HSL350.91º19.08%33.92%-
HSV(B)350.91º32.04%40.39%-
XYZ9.057.777.68-
YUV80.44124.93144.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=41.53%
G=28.23%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103707500.320.270.60350.9119.0833.92
Hex67464B0201B3C15f1322
Octal14710611304033745372342
Binary11001111000110100101101000001101111110010101111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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