#622A15

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

Shades of Baker's Chocolate #622A15

Tints of Baker's Chocolate #622A15

Color information

#622A15 (or 0x622A15) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 15. RGB value is (98,42,21). Sum of RGB (Red+Green+Blue) = 98+42+21=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #622A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A15 is #9DD5EA. Grayscale: #383838. Windows color (decimal): -10343915 or 1387106. OLE color: 1387106.

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

Color convert

RGB984221-
CMYK00.570.790.62
HSL16.36º64.71%23.33%-
HSV(B)16.36º78.57%38.43%-
XYZ64.311.22-
YUV56.35108.05157.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=60.87%
G=26.09%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98422100.570.790.6216.3664.7123.33
Hex622A150394F3E104117
Octal1425225071117762010127
Binary1100010101010101010111001100111111111010000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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