#622E18

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

Shades of Baker's Chocolate #622E18

Tints of Baker's Chocolate #622E18

Color information

#622E18 (or 0x622E18) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2E and 18. RGB value is (98,46,24). Sum of RGB (Red+Green+Blue) = 98+46+24=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #622E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622E18 is #9DD1E7. Grayscale: #3B3B3B. Windows color (decimal): -10342888 or 1584738. OLE color: 1584738.

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

Color convert

RGB984624-
CMYK00.530.760.62
HSL17.84º60.66%23.92%-
HSV(B)17.84º75.51%38.43%-
XYZ6.184.621.43-
YUV59.04108.23155.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 24 (9.77% from 255) = 14.29%
R=58.33%
G=27.38%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98462400.530.760.6217.8460.6623.92
Hex622E180354C3E123d18
Octal142563006511476227530
Binary110001010111011000011010110011001111101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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