#6B1D01

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

Shades of Baker's Chocolate #6B1D01

Tints of Baker's Chocolate #6B1D01

Color information

#6B1D01 (or 0x6B1D01) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 1D and 01. RGB value is (107,29,1). Sum of RGB (Red+Green+Blue) = 107+29+1=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1D01 is #94E2FE. Grayscale: #313131. Windows color (decimal): -9757439 or 73067. OLE color: 73067.

HSL color Cylindrical-coordinate representation of color #6B1D01: hue angle of 15.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B1D01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB107291-
CMYK00.730.990.58
HSL15.85º98.15%21.18%-
HSV(B)15.85º99.07%41.96%-
XYZ6.514.010.46-
YUV49.13100.84169.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.10%
GREEN value IS 29 (11.72% from 255) = 21.17%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=78.10%
G=21.17%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10729100.730.990.5815.8598.1521.18
Hex6B1D1049633A106215
Octal1533510111143722014225
Binary110101111101101001001110001111101010000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1D01; }

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

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

<style>
 a { background-color: #6B1D01; }

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

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

<style>
 span { border-color: #6B1D01; }

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

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