#682E18

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

Shades of Baker's Chocolate #682E18

Tints of Baker's Chocolate #682E18

Color information

#682E18 (or 0x682E18) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 2E and 18. RGB value is (104,46,24). Sum of RGB (Red+Green+Blue) = 104+46+24=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #682E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682E18 is #97D1E7. Grayscale: #3C3C3C. Windows color (decimal): -9949672 or 1584744. OLE color: 1584744.

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

Color convert

RGB1044624-
CMYK00.560.770.59
HSL16.5º62.5%25.1%-
HSV(B)16.5º76.92%40.78%-
XYZ6.854.961.46-
YUV60.83107.22158.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=59.77%
G=26.44%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104462400.560.770.5916.562.525.1
Hex682E180384D3B103e19
Octal150563007011573207631
Binary110100010111011000011100010011011110111000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682E18; }

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

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

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

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

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

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

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

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