#61494B

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

Shades of Don Juan #61494B

Tints of Don Juan #61494B

Color information

#61494B (or 0x61494B) is unknown color: approx Don Juan. HEX triplet: 61, 49 and 4B. RGB value is (97,73,75). Sum of RGB (Red+Green+Blue) = 97+73+75=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61494B is #9EB6B4. Grayscale: #505050. Windows color (decimal): -10401461 or 4933985. OLE color: 4933985.

HSL color Cylindrical-coordinate representation of color #61494B: hue angle of 355º 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 #61494B is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB977375-
CMYK00.250.230.62
HSL355º14.12%33.33%-
HSV(B)355º24.74%38.04%-
XYZ8.587.817.71-
YUV80.4124.95139.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=39.59%
G=29.80%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97737500.250.230.6235514.1233.33
Hex61494B019173E163e21
Octal14111111303127765431641
Binary110000110010011001011011001101111111101011000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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