#61474A

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

Shades of Don Juan #61474A

Tints of Don Juan #61474A

Color information

#61474A (or 0x61474A) is unknown color: approx Don Juan. HEX triplet: 61, 47 and 4A. RGB value is (97,71,74). Sum of RGB (Red+Green+Blue) = 97+71+74=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61474A is #9EB8B5. Grayscale: #4F4F4F. Windows color (decimal): -10401974 or 4867937. OLE color: 4867937.

HSL color Cylindrical-coordinate representation of color #61474A: hue angle of 353.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61474A is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB977174-
CMYK00.270.240.62
HSL353.08º15.48%32.94%-
HSV(B)353.08º26.8%38.04%-
XYZ8.427.547.49-
YUV79.12125.11140.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=40.08%
G=29.34%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97717400.270.240.62353.0815.4832.94
Hex61474A01B183E161f21
Octal14110711203330765411741
Binary110000110001111001010011011110001111101011000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61474A; }

 p { color: rgb(97,71,74); }

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

<style>
 a { background-color: #61474A; }

 a { background-color: rgb(97,71,74); }

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

<style>
 span { border-color: #61474A; }

 span { border-color: rgb(97,71,74); }

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