#683318

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

Shades of Baker's Chocolate #683318

Tints of Baker's Chocolate #683318

Color information

#683318 (or 0x683318) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 33 and 18. RGB value is (104,51,24). Sum of RGB (Red+Green+Blue) = 104+51+24=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #683318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683318 is #97CCE7. Grayscale: #3F3F3F. Windows color (decimal): -9948392 or 1586024. OLE color: 1586024.

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

Color convert

RGB1045124-
CMYK00.510.770.59
HSL20.25º62.5%25.1%-
HSV(B)20.25º76.92%40.78%-
XYZ7.065.381.53-
YUV63.77105.56156.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=58.10%
G=28.49%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104512400.510.770.5920.2562.525.1
Hex6833180334D3B143e19
Octal150633006311573247631
Binary110100011001111000011001110011011110111010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683318; }

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

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

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

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

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

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

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

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