#683B14

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

Shades of Baker's Chocolate #683B14

Tints of Baker's Chocolate #683B14

Color information

#683B14 (or 0x683B14) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 3B and 14. RGB value is (104,59,20). Sum of RGB (Red+Green+Blue) = 104+59+20=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #683B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683B14 is #97C4EB. Grayscale: #444444. Windows color (decimal): -9946348 or 1325928. OLE color: 1325928.

HSL color Cylindrical-coordinate representation of color #683B14: hue angle of 27.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #683B14 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB1045920-
CMYK00.430.810.59
HSL27.86º67.74%24.31%-
HSV(B)27.86º80.77%40.78%-
XYZ7.46.121.45-
YUV68.01100.91153.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=56.83%
G=32.24%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104592000.430.810.5927.8667.7424.31
Hex683B1402B513B1c4418
Octal1507324053121733410430
Binary1101000111011101000101011101000111101111100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683B14; }

 p { color: rgb(104,59,20); }

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

<style>
 a { background-color: #683B14; }

 a { background-color: rgb(104,59,20); }

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

<style>
 span { border-color: #683B14; }

 span { border-color: rgb(104,59,20); }

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