#622E1B

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

Shades of Baker's Chocolate #622E1B

Tints of Baker's Chocolate #622E1B

Color information

#622E1B (or 0x622E1B) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2E and 1B. RGB value is (98,46,27). Sum of RGB (Red+Green+Blue) = 98+46+27=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #622E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622E1B is #9DD1E4. Grayscale: #3B3B3B. Windows color (decimal): -10342885 or 1781346. OLE color: 1781346.

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

Color convert

RGB984627-
CMYK00.530.720.62
HSL16.06º56.8%24.51%-
HSV(B)16.06º72.45%38.43%-
XYZ6.214.631.6-
YUV59.38109.73155.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=57.31%
G=26.90%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98462700.530.720.6216.0656.824.51
Hex622E1B035483E103919
Octal142563306511076207131
Binary110001010111011011011010110010001111101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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