#6B3503

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

Shades of Baker's Chocolate #6B3503

Tints of Baker's Chocolate #6B3503

Color information

#6B3503 (or 0x6B3503) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 35 and 03. RGB value is (107,53,3). Sum of RGB (Red+Green+Blue) = 107+53+3=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3503 is #94CAFC. Grayscale: #3F3F3F. Windows color (decimal): -9751293 or 210283. OLE color: 210283.

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

Color convert

RGB107533-
CMYK00.500.970.58
HSL28.85º94.55%21.57%-
HSV(B)28.85º97.2%41.96%-
XYZ7.355.680.79-
YUV63.4593.89159.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 65.64%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 3 (1.56% from 255) = 1.84%
R=65.64%
G=32.52%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10753300.500.970.5828.8594.5521.57
Hex6B353032613A1d5f16
Octal153653062141723513726
Binary1101011110101110110010110000111101011101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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