#682900

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

Shades of Baker's Chocolate #682900

Tints of Baker's Chocolate #682900

Color information

#682900 (or 0x682900) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 29 and 00. RGB value is (104,41,0). Sum of RGB (Red+Green+Blue) = 104+41+0=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #682900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682900 is #97D6FF. Grayscale: #373737. Windows color (decimal): -9950976 or 10600. OLE color: 10600.

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

Color convert

RGB104410-
CMYK00.6110.59
HSL23.65º100%20.39%-
HSV(B)23.65º100%40.78%-
XYZ6.54.530.53-
YUV55.1696.87162.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.72%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.72%
G=28.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10441000.6110.5923.6510020.39
Hex6829003D643B186414
Octal150510075144733014424
Binary110100010100100111101110010011101111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682900; }

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

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

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

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

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

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

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

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