#61301C

Color #61301C Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #61301C

Tints of Baker's Chocolate #61301C

Color information

#61301C (or 0x61301C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 1C. RGB value is (97,48,28). Sum of RGB (Red+Green+Blue) = 97+48+28=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61301C is #9ECFE3. Grayscale: #3C3C3C. Windows color (decimal): -10407908 or 1847393. OLE color: 1847393.

HSL color Cylindrical-coordinate representation of color #61301C: hue angle of 17.39º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61301C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB974828-
CMYK00.510.710.62
HSL17.39º55.2%24.51%-
HSV(B)17.39º71.13%38.04%-
XYZ6.24.741.69-
YUV60.37109.73154.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=56.07%
G=27.75%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97482800.510.710.6217.3955.224.51
Hex61301C033473E113719
Octal141603406310776216731
Binary110000111000011100011001110001111111101000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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