#623C14

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

Shades of Baker's Chocolate #623C14

Tints of Baker's Chocolate #623C14

Color information

#623C14 (or 0x623C14) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 3C and 14. RGB value is (98,60,20). Sum of RGB (Red+Green+Blue) = 98+60+20=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #623C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623C14 is #9DC3EB. Grayscale: #434343. Windows color (decimal): -10339308 or 1326178. OLE color: 1326178.

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

Color convert

RGB986020-
CMYK00.390.800.62
HSL30.77º66.1%23.14%-
HSV(B)30.77º79.59%38.43%-
XYZ6.785.881.44-
YUV66.8101.59150.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=55.06%
G=33.71%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98602000.390.800.6230.7766.123.14
Hex623C14027503E1f4217
Octal1427424047120763710227
Binary1100010111100101000100111101000011111011111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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