#61454B

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

Shades of Don Juan #61454B

Tints of Don Juan #61454B

Color information

#61454B (or 0x61454B) is unknown color: approx Don Juan. HEX triplet: 61, 45 and 4B. RGB value is (97,69,75). Sum of RGB (Red+Green+Blue) = 97+69+75=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61454B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61454B is #9EBAB4. Grayscale: #4E4E4E. Windows color (decimal): -10402485 or 4932961. OLE color: 4932961.

HSL color Cylindrical-coordinate representation of color #61454B: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61454B is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB976975-
CMYK00.290.230.62
HSL347.14º16.87%32.55%-
HSV(B)347.14º28.87%38.04%-
XYZ8.337.317.63-
YUV78.06126.28141.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=40.25%
G=28.63%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97697500.290.230.62347.1416.8732.55
Hex61454B01D173E15b1121
Octal14110511303527765332141
Binary1100001100010110010110111011011111111010101101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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