#61300C

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

Shades of Baker's Chocolate #61300C

Tints of Baker's Chocolate #61300C

Color information

#61300C (or 0x61300C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 0C. RGB value is (97,48,12). Sum of RGB (Red+Green+Blue) = 97+48+12=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #61300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61300C is #9ECFF3. Grayscale: #3A3A3A. Windows color (decimal): -10407924 or 798817. OLE color: 798817.

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

Color convert

RGB974812-
CMYK00.510.880.62
HSL25.41º77.98%21.37%-
HSV(B)25.41º87.63%38.04%-
XYZ6.054.680.93-
YUV58.55101.73155.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 12 (5.08% from 255) = 7.64%
R=61.78%
G=30.57%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97481200.510.880.6225.4177.9821.37
Hex6130C033583E194e15
Octal1416014063130763111625
Binary110000111000011000110011101100011111011001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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