#623B0E

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

Shades of Baker's Chocolate #623B0E

Tints of Baker's Chocolate #623B0E

Color information

#623B0E (or 0x623B0E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3B and 0E. RGB value is (98,59,14). Sum of RGB (Red+Green+Blue) = 98+59+14=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #623B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623B0E is #9DC4F1. Grayscale: #414141. Windows color (decimal): -10339570 or 932706. OLE color: 932706.

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

Color convert

RGB985914-
CMYK00.400.860.62
HSL32.14º75%21.96%-
HSV(B)32.14º85.71%38.43%-
XYZ6.685.761.17-
YUV65.5398.92151.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=57.31%
G=34.50%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98591400.400.860.6232.147521.96
Hex623BE028563E204b16
Octal1427316050126764011326
Binary1100010111011111001010001010110111110100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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