#683818

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

Shades of Baker's Chocolate #683818

Tints of Baker's Chocolate #683818

Color information

#683818 (or 0x683818) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 38 and 18. RGB value is (104,56,24). Sum of RGB (Red+Green+Blue) = 104+56+24=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #683818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683818 is #97C7E7. Grayscale: #424242. Windows color (decimal): -9947112 or 1587304. OLE color: 1587304.

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

Color convert

RGB1045624-
CMYK00.460.770.59
HSL24º62.5%25.1%-
HSV(B)24º76.92%40.78%-
XYZ7.295.841.61-
YUV66.7103.9154.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=56.52%
G=30.43%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104562400.460.770.592462.525.1
Hex68381802E4D3B183e19
Octal150703005611573307631
Binary110100011100011000010111010011011110111100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683818; }

 p { color: rgb(104,56,24); }

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

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

 a { background-color: rgb(104,56,24); }

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

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

 span { border-color: rgb(104,56,24); }

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