#622A03

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

Shades of Baker's Chocolate #622A03

Tints of Baker's Chocolate #622A03

Color information

#622A03 (or 0x622A03) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 03. RGB value is (98,42,3). Sum of RGB (Red+Green+Blue) = 98+42+3=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #622A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A03 is #9DD5FC. Grayscale: #363636. Windows color (decimal): -10343933 or 207458. OLE color: 207458.

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

Color convert

RGB98423-
CMYK00.570.970.62
HSL24.63º94.06%19.8%-
HSV(B)24.63º96.94%38.43%-
XYZ5.884.260.6-
YUV54.399.05159.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 42 (16.80% from 255) = 29.37%
BLUE value IS 3 (1.56% from 255) = 2.10%
R=68.53%
G=29.37%
B=2.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9842300.570.970.6224.6394.0619.8
Hex622A3039613E195e14
Octal142523071141763113624
Binary1100010101010110111001110000111111011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,42,3); }

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

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

 a { background-color: rgb(98,42,3); }

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

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

 span { border-color: rgb(98,42,3); }

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