#622A16

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

Shades of Baker's Chocolate #622A16

Tints of Baker's Chocolate #622A16

Color information

#622A16 (or 0x622A16) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 16. RGB value is (98,42,22). Sum of RGB (Red+Green+Blue) = 98+42+22=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #622A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A16 is #9DD5E9. Grayscale: #383838. Windows color (decimal): -10343914 or 1452642. OLE color: 1452642.

HSL color Cylindrical-coordinate representation of color #622A16: hue angle of 15.79º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622A16 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB984222-
CMYK00.570.780.62
HSL15.79º63.33%23.53%-
HSV(B)15.79º77.55%38.43%-
XYZ6.014.311.27-
YUV56.46108.55157.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=60.49%
G=25.93%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98422200.570.780.6215.7963.3323.53
Hex622A160394E3E103f18
Octal142522607111676207730
Binary110001010101010110011100110011101111101000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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