#682100

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

Shades of Baker's Chocolate #682100

Tints of Baker's Chocolate #682100

Color information

#682100 (or 0x682100) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 21 and 00. RGB value is (104,33,0). Sum of RGB (Red+Green+Blue) = 104+33+0=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #682100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682100 is #97DEFF. Grayscale: #323232. Windows color (decimal): -9953024 or 8552. OLE color: 8552.

HSL color Cylindrical-coordinate representation of color #682100: hue angle of 19.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #682100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB104330-
CMYK00.6810.59
HSL19.04º100%20.39%-
HSV(B)19.04º100%40.78%-
XYZ6.254.030.45-
YUV50.4799.52166.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.91%
G=24.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10433000.6810.5919.0410020.39
Hex68210044643B136414
Octal1504100104144732314424
Binary1101000100001001000100110010011101110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682100; }

 p { color: rgb(104,33,0); }

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

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

 a { background-color: rgb(104,33,0); }

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

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

 span { border-color: rgb(104,33,0); }

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