#6B3100

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

Shades of Baker's Chocolate #6B3100

Tints of Baker's Chocolate #6B3100

Color information

#6B3100 (or 0x6B3100) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 31 and 00. RGB value is (107,49,0). Sum of RGB (Red+Green+Blue) = 107+49+0=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3100 is #94CEFF. Grayscale: #3D3D3D. Windows color (decimal): -9752320 or 12651. OLE color: 12651.

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

Color convert

RGB107490-
CMYK00.5410.58
HSL27.48º100%20.98%-
HSV(B)27.48º100%41.96%-
XYZ7.165.320.65-
YUV60.7693.72160.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 68.59%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.59%
G=31.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10749000.5410.5827.4810020.98
Hex6B310036643A1b6415
Octal153610066144723314425
Binary110101111000100110110110010011101011011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,0); }

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

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

 a { background-color: rgb(107,49,0); }

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

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

 span { border-color: rgb(107,49,0); }

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