#682201

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

Shades of Baker's Chocolate #682201

Tints of Baker's Chocolate #682201

Color information

#682201 (or 0x682201) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 22 and 01. RGB value is (104,34,1). Sum of RGB (Red+Green+Blue) = 104+34+1=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #682201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682201 is #97DDFE. Grayscale: #333333. Windows color (decimal): -9952767 or 74344. OLE color: 74344.

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

Color convert

RGB104341-
CMYK00.670.990.59
HSL19.22º98.1%20.59%-
HSV(B)19.22º99.04%40.78%-
XYZ6.294.090.49-
YUV51.1799.69165.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=74.82%
G=24.46%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10434100.670.990.5919.2298.120.59
Hex68221043633B136215
Octal1504210103143732314225
Binary1101000100010101000011110001111101110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682201; }

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

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

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

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

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

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

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

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