#61464B

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

Shades of Don Juan #61464B

Tints of Don Juan #61464B

Color information

#61464B (or 0x61464B) is unknown color: approx Don Juan. HEX triplet: 61, 46 and 4B. RGB value is (97,70,75). Sum of RGB (Red+Green+Blue) = 97+70+75=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61464B is #9EB9B4. Grayscale: #4E4E4E. Windows color (decimal): -10402229 or 4933217. OLE color: 4933217.

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

Color convert

RGB977075-
CMYK00.280.230.62
HSL348.89º16.17%32.75%-
HSV(B)348.89º27.84%38.04%-
XYZ8.397.437.65-
YUV78.64125.95141.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=40.08%
G=28.93%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97707500.280.230.62348.8916.1732.75
Hex61464B01C173E15d1021
Octal14110611303427765352041
Binary1100001100011010010110111001011111111010101110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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