#61484C

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

Shades of Don Juan #61484C

Tints of Don Juan #61484C

Color information

#61484C (or 0x61484C) is unknown color: approx Don Juan. HEX triplet: 61, 48 and 4C. RGB value is (97,72,76). Sum of RGB (Red+Green+Blue) = 97+72+76=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61484C is #9EB7B3. Grayscale: #4F4F4F. Windows color (decimal): -10401716 or 4999265. OLE color: 4999265.

HSL color Cylindrical-coordinate representation of color #61484C: hue angle of 350.4º 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 #61484C is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB977276-
CMYK00.260.220.62
HSL350.4º14.79%33.14%-
HSV(B)350.4º25.77%38.04%-
XYZ8.557.77.87-
YUV79.93125.78140.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=39.59%
G=29.39%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97727600.260.220.62350.414.7933.14
Hex61484C01A163E15ef21
Octal14111011403226765361741
Binary110000110010001001100011010101101111101010111101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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