#61300D

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

Shades of Baker's Chocolate #61300D

Tints of Baker's Chocolate #61300D

Color information

#61300D (or 0x61300D) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 0D. RGB value is (97,48,13). Sum of RGB (Red+Green+Blue) = 97+48+13=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61300D is #9ECFF2. Grayscale: #3A3A3A. Windows color (decimal): -10407923 or 864353. OLE color: 864353.

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

Color convert

RGB974813-
CMYK00.510.870.62
HSL25º76.36%21.57%-
HSV(B)25º86.6%38.04%-
XYZ6.064.680.97-
YUV58.66102.23155.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=61.39%
G=30.38%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97481300.510.870.622576.3621.57
Hex6130D033573E194c16
Octal1416015063127763111426
Binary110000111000011010110011101011111111011001100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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