#622C10

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

Shades of Baker's Chocolate #622C10

Tints of Baker's Chocolate #622C10

Color information

#622C10 (or 0x622C10) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2C and 10. RGB value is (98,44,16). Sum of RGB (Red+Green+Blue) = 98+44+16=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #622C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622C10 is #9DD3EF. Grayscale: #393939. Windows color (decimal): -10343408 or 1059938. OLE color: 1059938.

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

Color convert

RGB984416-
CMYK00.550.840.62
HSL20.49º71.93%22.35%-
HSV(B)20.49º83.67%38.43%-
XYZ6.034.441.03-
YUV56.95104.89157.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.03%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=62.03%
G=27.85%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98441600.550.840.6220.4971.9322.35
Hex622C10037543E144816
Octal1425420067124762411026
Binary1100010101100100000110111101010011111010100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622C10; }

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

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

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

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

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

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

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

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