#682901

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

Shades of Baker's Chocolate #682901

Tints of Baker's Chocolate #682901

Color information

#682901 (or 0x682901) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 29 and 01. RGB value is (104,41,1). Sum of RGB (Red+Green+Blue) = 104+41+1=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #682901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682901 is #97D6FE. Grayscale: #373737. Windows color (decimal): -9950975 or 76136. OLE color: 76136.

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

Color convert

RGB104411-
CMYK00.610.990.59
HSL23.3º98.1%20.59%-
HSV(B)23.3º99.04%40.78%-
XYZ6.514.530.56-
YUV55.2897.37162.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=71.23%
G=28.08%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10441100.610.990.5923.398.120.59
Hex6829103D633B176215
Octal150511075143732714225
Binary110100010100110111101110001111101110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682901; }

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

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

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

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

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

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

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

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