#612A03

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

Shades of Baker's Chocolate #612A03

Tints of Baker's Chocolate #612A03

Color information

#612A03 (or 0x612A03) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 03. RGB value is (97,42,3). Sum of RGB (Red+Green+Blue) = 97+42+3=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #612A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A03 is #9ED5FC. Grayscale: #363636. Windows color (decimal): -10409469 or 207457. OLE color: 207457.

HSL color Cylindrical-coordinate representation of color #612A03: hue angle of 24.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #612A03 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB97423-
CMYK00.570.970.62
HSL24.89º94%19.61%-
HSV(B)24.89º96.91%38.04%-
XYZ5.774.20.59-
YUV5499.22158.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.31%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=68.31%
G=29.58%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9742300.570.970.6224.899419.61
Hex612A3039613E195e14
Octal141523071141763113624
Binary1100001101010110111001110000111111011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A03; }

 p { color: rgb(97,42,3); }

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

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

 a { background-color: rgb(97,42,3); }

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

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

 span { border-color: rgb(97,42,3); }

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