#611D01

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

Shades of Baker's Chocolate #611D01

Tints of Baker's Chocolate #611D01

Color information

#611D01 (or 0x611D01) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1D and 01. RGB value is (97,29,1). Sum of RGB (Red+Green+Blue) = 97+29+1=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #611D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D01 is #9EE2FE. Grayscale: #2E2E2E. Windows color (decimal): -10412799 or 73057. OLE color: 73057.

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

Color convert

RGB97291-
CMYK00.700.990.62
HSL17.5º97.96%19.22%-
HSV(B)17.5º98.97%38.04%-
XYZ5.373.420.41-
YUV46.14102.53164.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.38%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=76.38%
G=22.83%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9729100.700.990.6217.597.9619.22
Hex611D1046633E126213
Octal1413510106143762214223
Binary110000111101101000110110001111111010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611D01; }

 p { color: rgb(97,29,1); }

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

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

 a { background-color: rgb(97,29,1); }

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

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

 span { border-color: rgb(97,29,1); }

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