#683602

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

Shades of Baker's Chocolate #683602

Tints of Baker's Chocolate #683602

Color information

#683602 (or 0x683602) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 02. RGB value is (104,54,2). Sum of RGB (Red+Green+Blue) = 104+54+2=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #683602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683602 is #97C9FD. Grayscale: #3F3F3F. Windows color (decimal): -9947646 or 145000. OLE color: 145000.

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

Color convert

RGB104542-
CMYK00.480.980.59
HSL30.59º96.23%20.78%-
HSV(B)30.59º98.08%40.78%-
XYZ7.045.590.76-
YUV63.0293.56157.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=65%
G=33.75%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454200.480.980.5930.5996.2320.78
Hex68362030623B1f6015
Octal150662060142733714025
Binary1101000110110100110000110001011101111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683602; }

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

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

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

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

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

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

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

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