#611F02

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

Shades of Baker's Chocolate #611F02

Tints of Baker's Chocolate #611F02

Color information

#611F02 (or 0x611F02) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1F and 02. RGB value is (97,31,2). Sum of RGB (Red+Green+Blue) = 97+31+2=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #611F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F02 is #9EE0FD. Grayscale: #2F2F2F. Windows color (decimal): -10412286 or 139105. OLE color: 139105.

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

Color convert

RGB97312-
CMYK00.680.980.62
HSL18.32º95.96%19.41%-
HSV(B)18.32º97.94%38.04%-
XYZ5.433.530.45-
YUV47.43102.37163.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.62%
GREEN value IS 31 (12.5% from 255) = 23.85%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=74.62%
G=23.85%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9731200.680.980.6218.3295.9619.41
Hex611F2044623E126013
Octal1413720104142762214023
Binary1100001111111001000100110001011111010010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,31,2); }

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

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

 a { background-color: rgb(97,31,2); }

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

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

 span { border-color: rgb(97,31,2); }

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