#67474C

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

Shades of Don Juan #67474C

Tints of Don Juan #67474C

Color information

#67474C (or 0x67474C) is unknown color: approx Don Juan. HEX triplet: 67, 47 and 4C. RGB value is (103,71,76). Sum of RGB (Red+Green+Blue) = 103+71+76=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #67474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67474C is #98B8B3. Grayscale: #515151. Windows color (decimal): -10008756 or 4999015. OLE color: 4999015.

HSL color Cylindrical-coordinate representation of color #67474C: hue angle of 350.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67474C is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB1037176-
CMYK00.310.260.60
HSL350.62º18.39%34.12%-
HSV(B)350.62º31.07%40.39%-
XYZ9.157.917.88-
YUV81.14125.1143.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.2%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=41.2%
G=28.4%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103717600.310.260.60350.6218.3934.12
Hex67474C01F1A3C15f1222
Octal14710711403732745372242
Binary1100111100011110011000111111101011110010101111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,71,76); }

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

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

 a { background-color: rgb(103,71,76); }

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

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

 span { border-color: rgb(103,71,76); }

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