#623714

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

Shades of Baker's Chocolate #623714

Tints of Baker's Chocolate #623714

Color information

#623714 (or 0x623714) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 37 and 14. RGB value is (98,55,20). Sum of RGB (Red+Green+Blue) = 98+55+20=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #623714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623714 is #9DC8EB. Grayscale: #404040. Windows color (decimal): -10340588 or 1324898. OLE color: 1324898.

HSL color Cylindrical-coordinate representation of color #623714: hue angle of 26.92º 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 #623714 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB985520-
CMYK00.440.800.62
HSL26.92º66.1%23.14%-
HSV(B)26.92º79.59%38.43%-
XYZ6.535.381.36-
YUV63.87103.25152.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=56.65%
G=31.79%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98552000.440.800.6226.9266.123.14
Hex62371402C503E1b4217
Octal1426724054120763310227
Binary1100010110111101000101100101000011111011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623714; }

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

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

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

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

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

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

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

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