#683118

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

Shades of Baker's Chocolate #683118

Tints of Baker's Chocolate #683118

Color information

#683118 (or 0x683118) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 31 and 18. RGB value is (104,49,24). Sum of RGB (Red+Green+Blue) = 104+49+24=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683118 is #97CEE7. Grayscale: #3E3E3E. Windows color (decimal): -9948904 or 1585512. OLE color: 1585512.

HSL color Cylindrical-coordinate representation of color #683118: hue angle of 18.75º 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 #683118 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1044924-
CMYK00.530.770.59
HSL18.75º62.5%25.1%-
HSV(B)18.75º76.92%40.78%-
XYZ6.975.211.5-
YUV62.59106.22157.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.76%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=58.76%
G=27.68%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104492400.530.770.5918.7562.525.1
Hex6831180354D3B133e19
Octal150613006511573237631
Binary110100011000111000011010110011011110111001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683118; }

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

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

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

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

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

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

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

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