#612600

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

Shades of Baker's Chocolate #612600

Tints of Baker's Chocolate #612600

Color information

#612600 (or 0x612600) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 00. RGB value is (97,38,0). Sum of RGB (Red+Green+Blue) = 97+38+0=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #612600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612600 is #9ED9FF. Grayscale: #333333. Windows color (decimal): -10410496 or 9825. OLE color: 9825.

HSL color Cylindrical-coordinate representation of color #612600: hue angle of 23.51º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #612600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97380-
CMYK00.6110.62
HSL23.51º100%19.02%-
HSV(B)23.51º100%38.04%-
XYZ5.623.930.46-
YUV51.3199.05160.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.85%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.85%
G=28.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9738000.6110.6223.5110019.02
Hex6126003D643E186413
Octal141460075144763014423
Binary110000110011000111101110010011111011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612600; }

 p { color: rgb(97,38,0); }

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

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

 a { background-color: rgb(97,38,0); }

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

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

 span { border-color: rgb(97,38,0); }

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