#682902

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

Shades of Baker's Chocolate #682902

Tints of Baker's Chocolate #682902

Color information

#682902 (or 0x682902) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 29 and 02. RGB value is (104,41,2). Sum of RGB (Red+Green+Blue) = 104+41+2=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #682902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682902 is #97D6FD. Grayscale: #373737. Windows color (decimal): -9950974 or 141672. OLE color: 141672.

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

Color convert

RGB104412-
CMYK00.610.980.59
HSL22.94º96.23%20.78%-
HSV(B)22.94º98.08%40.78%-
XYZ6.514.530.59-
YUV55.3997.87162.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=70.75%
G=27.89%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10441200.610.980.5922.9496.2320.78
Hex6829203D623B176015
Octal150512075142732714025
Binary1101000101001100111101110001011101110111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682902; }

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

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

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

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

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

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

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

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