#623D10

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

Shades of Baker's Chocolate #623D10

Tints of Baker's Chocolate #623D10

Color information

#623D10 (or 0x623D10) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3D and 10. RGB value is (98,61,16). Sum of RGB (Red+Green+Blue) = 98+61+16=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #623D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623D10 is #9DC2EF. Grayscale: #434343. Windows color (decimal): -10339056 or 1064290. OLE color: 1064290.

HSL color Cylindrical-coordinate representation of color #623D10: hue angle of 32.93º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #623D10 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB986116-
CMYK00.380.840.62
HSL32.93º71.93%22.35%-
HSV(B)32.93º83.67%38.43%-
XYZ6.85.971.28-
YUV66.9399.26150.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=56%
G=34.86%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98611600.380.840.6232.9371.9322.35
Hex623D10026543E214816
Octal1427520046124764111026
Binary11000101111011000001001101010100111110100001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623D10; }

 p { color: rgb(98,61,16); }

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

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

 a { background-color: rgb(98,61,16); }

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

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

 span { border-color: rgb(98,61,16); }

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