#68464C

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

Shades of Don Juan #68464C

Tints of Don Juan #68464C

Color information

#68464C (or 0x68464C) is unknown color: approx Don Juan. HEX triplet: 68, 46 and 4C. RGB value is (104,70,76). Sum of RGB (Red+Green+Blue) = 104+70+76=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68464C is #97B9B3. Grayscale: #505050. Windows color (decimal): -9943476 or 4998760. OLE color: 4998760.

HSL color Cylindrical-coordinate representation of color #68464C: hue angle of 349.41º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68464C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1047076-
CMYK00.330.270.59
HSL349.41º19.54%34.12%-
HSV(B)349.41º32.69%40.78%-
XYZ9.27.857.87-
YUV80.85125.26144.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=41.6%
G=28%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104707600.330.270.59349.4119.5434.12
Hex68464C0211B3B15d1422
Octal15010611404133735352442
Binary11010001000110100110001000011101111101110101110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68464C; }

 p { color: rgb(104,70,76); }

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

<style>
 a { background-color: #68464C; }

 a { background-color: rgb(104,70,76); }

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

<style>
 span { border-color: #68464C; }

 span { border-color: rgb(104,70,76); }

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