#683402

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

Shades of Baker's Chocolate #683402

Tints of Baker's Chocolate #683402

Color information

#683402 (or 0x683402) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 34 and 02. RGB value is (104,52,2). Sum of RGB (Red+Green+Blue) = 104+52+2=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #683402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683402 is #97CBFD. Grayscale: #3E3E3E. Windows color (decimal): -9948158 or 144488. OLE color: 144488.

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

Color convert

RGB104522-
CMYK00.500.980.59
HSL29.41º96.23%20.78%-
HSV(B)29.41º98.08%40.78%-
XYZ6.955.40.73-
YUV61.8594.23158.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=65.82%
G=32.91%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10452200.500.980.5929.4196.2320.78
Hex68342032623B1d6015
Octal150642062142733514025
Binary1101000110100100110010110001011101111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683402; }

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

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

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

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

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

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

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

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