#683502

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

Shades of Baker's Chocolate #683502

Tints of Baker's Chocolate #683502

Color information

#683502 (or 0x683502) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 35 and 02. RGB value is (104,53,2). Sum of RGB (Red+Green+Blue) = 104+53+2=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #683502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683502 is #97CAFD. Grayscale: #3E3E3E. Windows color (decimal): -9947902 or 144744. OLE color: 144744.

HSL color Cylindrical-coordinate representation of color #683502: hue angle of 30º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #683502 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB104532-
CMYK00.490.980.59
HSL30º96.23%20.78%-
HSV(B)30º98.08%40.78%-
XYZ6.995.490.75-
YUV62.4393.9157.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=65.41%
G=33.33%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10453200.490.980.593096.2320.78
Hex68352031623B1e6015
Octal150652061142733614025
Binary1101000110101100110001110001011101111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683502; }

 p { color: rgb(104,53,2); }

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

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

 a { background-color: rgb(104,53,2); }

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

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

 span { border-color: rgb(104,53,2); }

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