#682302

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

Shades of Baker's Chocolate #682302

Tints of Baker's Chocolate #682302

Color information

#682302 (or 0x682302) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 23 and 02. RGB value is (104,35,2). Sum of RGB (Red+Green+Blue) = 104+35+2=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #682302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682302 is #97DCFD. Grayscale: #343434. Windows color (decimal): -9952510 or 140136. OLE color: 140136.

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

Color convert

RGB104352-
CMYK00.660.980.59
HSL19.41º96.23%20.78%-
HSV(B)19.41º98.08%40.78%-
XYZ6.324.150.53-
YUV51.8799.86165.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=73.76%
G=24.82%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10435200.660.980.5919.4196.2320.78
Hex68232042623B136015
Octal1504320102142732314025
Binary11010001000111001000010110001011101110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682302; }

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

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

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

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

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

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

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

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