#622E15

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

Shades of Baker's Chocolate #622E15

Tints of Baker's Chocolate #622E15

Color information

#622E15 (or 0x622E15) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2E and 15. RGB value is (98,46,21). Sum of RGB (Red+Green+Blue) = 98+46+21=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #622E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E15 is #9DD1EA. Grayscale: #3A3A3A. Windows color (decimal): -10342891 or 1388130. OLE color: 1388130.

HSL color Cylindrical-coordinate representation of color #622E15: hue angle of 19.48º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622E15 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB984621-
CMYK00.530.790.62
HSL19.48º64.71%23.33%-
HSV(B)19.48º78.57%38.43%-
XYZ6.154.61.27-
YUV58.7106.73156.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=59.39%
G=27.88%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98462100.530.790.6219.4864.7123.33
Hex622E150354F3E134117
Octal1425625065117762310127
Binary1100010101110101010110101100111111111010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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