#622A10

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

Shades of Baker's Chocolate #622A10

Tints of Baker's Chocolate #622A10

Color information

#622A10 (or 0x622A10) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 10. RGB value is (98,42,16). Sum of RGB (Red+Green+Blue) = 98+42+16=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #622A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A10 is #9DD5EF. Grayscale: #373737. Windows color (decimal): -10343920 or 1059426. OLE color: 1059426.

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

Color convert

RGB984216-
CMYK00.570.840.62
HSL19.02º71.93%22.35%-
HSV(B)19.02º83.67%38.43%-
XYZ5.964.291-
YUV55.78105.55158.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=62.82%
G=26.92%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98421600.570.840.6219.0271.9322.35
Hex622A10039543E134816
Octal1425220071124762311026
Binary1100010101010100000111001101010011111010011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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