#683917

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

Shades of Baker's Chocolate #683917

Tints of Baker's Chocolate #683917

Color information

#683917 (or 0x683917) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 39 and 17. RGB value is (104,57,23). Sum of RGB (Red+Green+Blue) = 104+57+23=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #683917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683917 is #97C6E8. Grayscale: #434343. Windows color (decimal): -9946857 or 1522024. OLE color: 1522024.

HSL color Cylindrical-coordinate representation of color #683917: hue angle of 25.19º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #683917 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB1045723-
CMYK00.450.780.59
HSL25.19º63.78%24.9%-
HSV(B)25.19º77.88%40.78%-
XYZ7.335.931.57-
YUV67.18103.07154.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 23 (9.38% from 255) = 12.5%
R=56.52%
G=30.98%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104572300.450.780.5925.1963.7824.9
Hex68391702D4E3B194019
Octal1507127055116733110031
Binary1101000111001101110101101100111011101111001100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683917; }

 p { color: rgb(104,57,23); }

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

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

 a { background-color: rgb(104,57,23); }

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

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

 span { border-color: rgb(104,57,23); }

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