#682907

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

Shades of Baker's Chocolate #682907

Tints of Baker's Chocolate #682907

Color information

#682907 (or 0x682907) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 29 and 07. RGB value is (104,41,7). Sum of RGB (Red+Green+Blue) = 104+41+7=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #682907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682907 is #97D6F8. Grayscale: #383838. Windows color (decimal): -9950969 or 469352. OLE color: 469352.

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

Color convert

RGB104417-
CMYK00.610.930.59
HSL21.03º87.39%21.76%-
HSV(B)21.03º93.27%40.78%-
XYZ6.544.540.73-
YUV55.96100.37162.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 7 (3.12% from 255) = 4.61%
R=68.42%
G=26.97%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10441700.610.930.5921.0387.3921.76
Hex6829703D5D3B155716
Octal150517075135732512726
Binary11010001010011110111101101110111101110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682907; }

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

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

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

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

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

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

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

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