#623814

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

Shades of Baker's Chocolate #623814

Tints of Baker's Chocolate #623814

Color information

#623814 (or 0x623814) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 38 and 14. RGB value is (98,56,20). Sum of RGB (Red+Green+Blue) = 98+56+20=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #623814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623814 is #9DC7EB. Grayscale: #404040. Windows color (decimal): -10340332 or 1325154. OLE color: 1325154.

HSL color Cylindrical-coordinate representation of color #623814: hue angle of 27.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #623814 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB985620-
CMYK00.430.800.62
HSL27.69º66.1%23.14%-
HSV(B)27.69º79.59%38.43%-
XYZ6.585.481.37-
YUV64.45102.91151.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.32%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=56.32%
G=32.18%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98562000.430.800.6227.6966.123.14
Hex62381402B503E1c4217
Octal1427024053120763410227
Binary1100010111000101000101011101000011111011100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623814; }

 p { color: rgb(98,56,20); }

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

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

 a { background-color: rgb(98,56,20); }

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

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

 span { border-color: rgb(98,56,20); }

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