#67474B

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

Shades of Don Juan #67474B

Tints of Don Juan #67474B

Color information

#67474B (or 0x67474B) is unknown color: approx Don Juan. HEX triplet: 67, 47 and 4B. RGB value is (103,71,75). Sum of RGB (Red+Green+Blue) = 103+71+75=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #67474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67474B is #98B8B4. Grayscale: #515151. Windows color (decimal): -10008757 or 4933479. OLE color: 4933479.

HSL color Cylindrical-coordinate representation of color #67474B: hue angle of 352.5º 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 #67474B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1037175-
CMYK00.310.270.60
HSL352.5º18.39%34.12%-
HSV(B)352.5º31.07%40.39%-
XYZ9.127.97.7-
YUV81.02124.6143.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.37%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=41.37%
G=28.51%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103717500.310.270.60352.518.3934.12
Hex67474B01F1B3C1601222
Octal14710711303733745402242
Binary1100111100011110010110111111101111110010110000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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