#622B0E

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

Shades of Baker's Chocolate #622B0E

Tints of Baker's Chocolate #622B0E

Color information

#622B0E (or 0x622B0E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2B and 0E. RGB value is (98,43,14). Sum of RGB (Red+Green+Blue) = 98+43+14=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #622B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622B0E is #9DD4F1. Grayscale: #383838. Windows color (decimal): -10343666 or 928610. OLE color: 928610.

HSL color Cylindrical-coordinate representation of color #622B0E: hue angle of 20.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #622B0E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB984314-
CMYK00.560.860.62
HSL20.71º75%21.96%-
HSV(B)20.71º85.71%38.43%-
XYZ5.984.360.94-
YUV56.14104.22157.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.23%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=63.23%
G=27.74%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98431400.560.860.6220.717521.96
Hex622BE038563E154b16
Octal1425316070126762511326
Binary110001010101111100111000101011011111010101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,43,14); }

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

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

 a { background-color: rgb(98,43,14); }

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

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

 span { border-color: rgb(98,43,14); }

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