#61484D

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

Shades of Don Juan #61484D

Tints of Don Juan #61484D

Color information

#61484D (or 0x61484D) is unknown color: approx Don Juan. HEX triplet: 61, 48 and 4D. RGB value is (97,72,77). Sum of RGB (Red+Green+Blue) = 97+72+77=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #61484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61484D is #9EB7B2. Grayscale: #505050. Windows color (decimal): -10401715 or 5064801. OLE color: 5064801.

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

Color convert

RGB977277-
CMYK00.260.210.62
HSL348º14.79%33.14%-
HSV(B)348º25.77%38.04%-
XYZ8.597.718.06-
YUV80.04126.28140.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=39.43%
G=29.27%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97727700.260.210.6234814.7933.14
Hex61484D01A153E15cf21
Octal14111011503225765341741
Binary110000110010001001101011010101011111101010111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61484D; }

 p { color: rgb(97,72,77); }

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

<style>
 a { background-color: #61484D; }

 a { background-color: rgb(97,72,77); }

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

<style>
 span { border-color: #61484D; }

 span { border-color: rgb(97,72,77); }

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