#61302D

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

Shades of Moccaccino #61302D

Tints of Moccaccino #61302D

Color information

#61302D (or 0x61302D) is unknown color: approx Moccaccino. HEX triplet: 61, 30 and 2D. RGB value is (97,48,45). Sum of RGB (Red+Green+Blue) = 97+48+45=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61302D is #9ECFD2. Grayscale: #3E3E3E. Windows color (decimal): -10407891 or 2961505. OLE color: 2961505.

HSL color Cylindrical-coordinate representation of color #61302D: hue angle of 3.46º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61302D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB974845-
CMYK00.510.540.62
HSL3.46º36.62%27.84%-
HSV(B)3.46º53.61%38.04%-
XYZ6.464.843.08-
YUV62.31118.23152.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=51.05%
G=25.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97484500.510.540.623.4636.6227.84
Hex61302D033363E3251c
Octal1416055063667634534
Binary110000111000010110101100111101101111101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,48,45); }

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

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

 a { background-color: rgb(97,48,45); }

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

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

 span { border-color: rgb(97,48,45); }

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