#611B00

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

Shades of Baker's Chocolate #611B00

Tints of Baker's Chocolate #611B00

Color information

#611B00 (or 0x611B00) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1B and 00. RGB value is (97,27,0). Sum of RGB (Red+Green+Blue) = 97+27+0=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #611B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B00 is #9EE4FF. Grayscale: #2D2D2D. Windows color (decimal): -10413312 or 7009. OLE color: 7009.

HSL color Cylindrical-coordinate representation of color #611B00: hue angle of 16.7º 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 #611B00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97270-
CMYK00.7210.62
HSL16.7º100%19.02%-
HSV(B)16.7º100%38.04%-
XYZ5.323.330.36-
YUV44.85102.69165.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.23%
G=21.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9727000.7210.6216.710019.02
Hex611B0048643E116413
Octal1413300110144762114423
Binary110000111011001001000110010011111010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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