#6B3301

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

Shades of Baker's Chocolate #6B3301

Tints of Baker's Chocolate #6B3301

Color information

#6B3301 (or 0x6B3301) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 33 and 01. RGB value is (107,51,1). Sum of RGB (Red+Green+Blue) = 107+51+1=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3301 is #94CCFE. Grayscale: #3E3E3E. Windows color (decimal): -9751807 or 78699. OLE color: 78699.

HSL color Cylindrical-coordinate representation of color #6B3301: hue angle of 28.3º 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 #6B3301 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB107511-
CMYK00.520.990.58
HSL28.3º98.15%21.18%-
HSV(B)28.3º99.07%41.96%-
XYZ7.255.50.71-
YUV62.0493.55160.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=67.30%
G=32.08%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10751100.520.990.5828.398.1521.18
Hex6B331034633A1c6215
Octal153631064143723414225
Binary110101111001110110100110001111101011100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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