#622C18

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

Shades of Baker's Chocolate #622C18

Tints of Baker's Chocolate #622C18

Color information

#622C18 (or 0x622C18) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2C and 18. RGB value is (98,44,24). Sum of RGB (Red+Green+Blue) = 98+44+24=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #622C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622C18 is #9DD3E7. Grayscale: #3A3A3A. Windows color (decimal): -10343400 or 1584226. OLE color: 1584226.

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

Color convert

RGB984424-
CMYK00.550.760.62
HSL16.22º60.66%23.92%-
HSV(B)16.22º75.51%38.43%-
XYZ6.14.461.4-
YUV57.87108.89156.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 44 (17.58% from 255) = 26.51%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=59.04%
G=26.51%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98442400.550.760.6216.2260.6623.92
Hex622C180374C3E103d18
Octal142543006711476207530
Binary110001010110011000011011110011001111101000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,44,24); }

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

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

 a { background-color: rgb(98,44,24); }

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

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

 span { border-color: rgb(98,44,24); }

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