#622E10

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

Shades of Baker's Chocolate #622E10

Tints of Baker's Chocolate #622E10

Color information

#622E10 (or 0x622E10) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2E and 10. RGB value is (98,46,16). Sum of RGB (Red+Green+Blue) = 98+46+16=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #622E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E10 is #9DD1EF. Grayscale: #3A3A3A. Windows color (decimal): -10342896 or 1060450. OLE color: 1060450.

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

Color convert

RGB984616-
CMYK00.530.840.62
HSL21.95º71.93%22.35%-
HSV(B)21.95º83.67%38.43%-
XYZ6.114.591.05-
YUV58.13104.23156.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 46 (18.36% from 255) = 28.75%
BLUE value IS 16 (6.64% from 255) = 10%
R=61.25%
G=28.75%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98461600.530.840.6221.9571.9322.35
Hex622E10035543E164816
Octal1425620065124762611026
Binary1100010101110100000110101101010011111010110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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