#622B0D

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

Shades of Baker's Chocolate #622B0D

Tints of Baker's Chocolate #622B0D

Color information

#622B0D (or 0x622B0D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2B and 0D. RGB value is (98,43,13). Sum of RGB (Red+Green+Blue) = 98+43+13=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #622B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622B0D is #9DD4F2. Grayscale: #383838. Windows color (decimal): -10343667 or 863074. OLE color: 863074.

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

Color convert

RGB984313-
CMYK00.560.870.62
HSL21.18º76.58%21.76%-
HSV(B)21.18º86.73%38.43%-
XYZ5.974.350.91-
YUV56.02103.72157.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=63.64%
G=27.92%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98431300.560.870.6221.1876.5821.76
Hex622BD038573E154d16
Octal1425315070127762511526
Binary110001010101111010111000101011111111010101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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