#6B2703

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

Shades of Baker's Chocolate #6B2703

Tints of Baker's Chocolate #6B2703

Color information

#6B2703 (or 0x6B2703) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 27 and 03. RGB value is (107,39,3). Sum of RGB (Red+Green+Blue) = 107+39+3=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2703 is #94D8FC. Grayscale: #373737. Windows color (decimal): -9754877 or 206699. OLE color: 206699.

HSL color Cylindrical-coordinate representation of color #6B2703: hue angle of 20.77º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B2703 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB107393-
CMYK00.640.970.58
HSL20.77º94.55%21.57%-
HSV(B)20.77º97.2%41.96%-
XYZ6.814.580.61-
YUV55.2398.53164.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.81%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=71.81%
G=26.17%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10739300.640.970.5820.7794.5521.57
Hex6B273040613A155f16
Octal1534730100141722513726
Binary11010111001111101000000110000111101010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,39,3); }

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

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

 a { background-color: rgb(107,39,3); }

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

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

 span { border-color: rgb(107,39,3); }

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