#682401

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

Shades of Baker's Chocolate #682401

Tints of Baker's Chocolate #682401

Color information

#682401 (or 0x682401) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 24 and 01. RGB value is (104,36,1). Sum of RGB (Red+Green+Blue) = 104+36+1=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #682401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682401 is #97DBFE. Grayscale: #343434. Windows color (decimal): -9952255 or 74856. OLE color: 74856.

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

Color convert

RGB104361-
CMYK00.650.990.59
HSL20.39º98.1%20.59%-
HSV(B)20.39º99.04%40.78%-
XYZ6.354.210.51-
YUV52.3499.03164.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=73.76%
G=25.53%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10436100.650.990.5920.3998.120.59
Hex68241041633B146215
Octal1504410101143732414225
Binary1101000100100101000001110001111101110100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682401; }

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

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

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

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

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

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

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

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