#683618

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

Shades of Baker's Chocolate #683618

Tints of Baker's Chocolate #683618

Color information

#683618 (or 0x683618) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 18. RGB value is (104,54,24). Sum of RGB (Red+Green+Blue) = 104+54+24=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #683618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683618 is #97C9E7. Grayscale: #414141. Windows color (decimal): -9947624 or 1586792. OLE color: 1586792.

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

Color convert

RGB1045424-
CMYK00.480.770.59
HSL22.5º62.5%25.1%-
HSV(B)22.5º76.92%40.78%-
XYZ7.195.651.58-
YUV65.53104.56155.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=57.14%
G=29.67%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104542400.480.770.5922.562.525.1
Hex6836180304D3B163e19
Octal150663006011573267631
Binary110100011011011000011000010011011110111011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683618; }

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

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

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

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

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

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

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

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