#6B300B

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

Shades of Baker's Chocolate #6B300B

Tints of Baker's Chocolate #6B300B

Color information

#6B300B (or 0x6B300B) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 30 and 0B. RGB value is (107,48,11). Sum of RGB (Red+Green+Blue) = 107+48+11=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B300B is #94CFF4. Grayscale: #3D3D3D. Windows color (decimal): -9752565 or 733291. OLE color: 733291.

HSL color Cylindrical-coordinate representation of color #6B300B: hue angle of 23.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B300B is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1074811-
CMYK00.550.900.58
HSL23.12º81.36%23.14%-
HSV(B)23.12º89.72%41.96%-
XYZ7.185.260.95-
YUV61.4299.55160.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.46%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=64.46%
G=28.92%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107481100.550.900.5823.1281.3623.14
Hex6B30B0375A3A175117
Octal1536013067132722712127
Binary110101111000010110110111101101011101010111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,11); }

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

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

 a { background-color: rgb(107,48,11); }

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

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

 span { border-color: rgb(107,48,11); }

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