#622D0D

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

Shades of Baker's Chocolate #622D0D

Tints of Baker's Chocolate #622D0D

Color information

#622D0D (or 0x622D0D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2D and 0D. RGB value is (98,45,13). Sum of RGB (Red+Green+Blue) = 98+45+13=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #622D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622D0D is #9DD2F2. Grayscale: #393939. Windows color (decimal): -10343155 or 863586. OLE color: 863586.

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

Color convert

RGB984513-
CMYK00.540.870.62
HSL22.59º76.58%21.76%-
HSV(B)22.59º86.73%38.43%-
XYZ6.054.50.93-
YUV57.2103.06157.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 45 (17.97% from 255) = 28.85%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=62.82%
G=28.85%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98451300.540.870.6222.5976.5821.76
Hex622DD036573E174d16
Octal1425515066127762711526
Binary110001010110111010110110101011111111010111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,45,13); }

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

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

 a { background-color: rgb(98,45,13); }

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

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

 span { border-color: rgb(98,45,13); }

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