#612B03

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

Shades of Baker's Chocolate #612B03

Tints of Baker's Chocolate #612B03

Color information

#612B03 (or 0x612B03) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 03. RGB value is (97,43,3). Sum of RGB (Red+Green+Blue) = 97+43+3=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #612B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B03 is #9ED4FC. Grayscale: #363636. Windows color (decimal): -10409213 or 207713. OLE color: 207713.

HSL color Cylindrical-coordinate representation of color #612B03: hue angle of 25.53º 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 #612B03 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB97433-
CMYK00.560.970.62
HSL25.53º94%19.61%-
HSV(B)25.53º96.91%38.04%-
XYZ5.814.280.61-
YUV54.5998.89158.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=67.83%
G=30.07%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9743300.560.970.6225.539419.61
Hex612B3038613E1a5e14
Octal141533070141763213624
Binary1100001101011110111000110000111111011010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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