#623B10

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

Shades of Baker's Chocolate #623B10

Tints of Baker's Chocolate #623B10

Color information

#623B10 (or 0x623B10) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3B and 10. RGB value is (98,59,16). Sum of RGB (Red+Green+Blue) = 98+59+16=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #623B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623B10 is #9DC4EF. Grayscale: #414141. Windows color (decimal): -10339568 or 1063778. OLE color: 1063778.

HSL color Cylindrical-coordinate representation of color #623B10: hue angle of 31.46º 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 #623B10 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB985916-
CMYK00.400.840.62
HSL31.46º71.93%22.35%-
HSV(B)31.46º83.67%38.43%-
XYZ6.695.761.25-
YUV65.7699.92151-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=56.65%
G=34.10%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98591600.400.840.6231.4671.9322.35
Hex623B10028543E1f4816
Octal1427320050124763711026
Binary1100010111011100000101000101010011111011111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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