#61494A

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

Shades of Don Juan #61494A

Tints of Don Juan #61494A

Color information

#61494A (or 0x61494A) is unknown color: approx Don Juan. HEX triplet: 61, 49 and 4A. RGB value is (97,73,74). Sum of RGB (Red+Green+Blue) = 97+73+74=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61494A is #9EB6B5. Grayscale: #505050. Windows color (decimal): -10401462 or 4868449. OLE color: 4868449.

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

Color convert

RGB977374-
CMYK00.250.240.62
HSL357.5º14.12%33.33%-
HSV(B)357.5º24.74%38.04%-
XYZ8.557.87.53-
YUV80.29124.45139.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=39.75%
G=29.92%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97737400.250.240.62357.514.1233.33
Hex61494A019183E166e21
Octal14111111203130765461641
Binary110000110010011001010011001110001111101011001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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