#622D15

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

Shades of Baker's Chocolate #622D15

Tints of Baker's Chocolate #622D15

Color information

#622D15 (or 0x622D15) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2D and 15. RGB value is (98,45,21). Sum of RGB (Red+Green+Blue) = 98+45+21=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #622D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D15 is #9DD2EA. Grayscale: #3A3A3A. Windows color (decimal): -10343147 or 1387874. OLE color: 1387874.

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

Color convert

RGB984521-
CMYK00.540.790.62
HSL18.7º64.71%23.33%-
HSV(B)18.7º78.57%38.43%-
XYZ6.114.531.26-
YUV58.11107.06156.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=59.76%
G=27.44%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98452100.540.790.6218.764.7123.33
Hex622D150364F3E134117
Octal1425525066117762310127
Binary1100010101101101010110110100111111111010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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