#622A0C

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

Shades of Baker's Chocolate #622A0C

Tints of Baker's Chocolate #622A0C

Color information

#622A0C (or 0x622A0C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2A and 0C. RGB value is (98,42,12). Sum of RGB (Red+Green+Blue) = 98+42+12=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #622A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622A0C is #9DD5F3. Grayscale: #373737. Windows color (decimal): -10343924 or 797282. OLE color: 797282.

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

Color convert

RGB984212-
CMYK00.570.880.62
HSL20.93º78.18%21.57%-
HSV(B)20.93º87.76%38.43%-
XYZ5.934.280.86-
YUV55.32103.55158.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=64.47%
G=27.63%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98421200.570.880.6220.9378.1821.57
Hex622AC039583E154e16
Octal1425214071130762511626
Binary110001010101011000111001101100011111010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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