#622F12

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

Shades of Baker's Chocolate #622F12

Tints of Baker's Chocolate #622F12

Color information

#622F12 (or 0x622F12) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 2F and 12. RGB value is (98,47,18). Sum of RGB (Red+Green+Blue) = 98+47+18=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #622F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622F12 is #9DD0ED. Grayscale: #3B3B3B. Windows color (decimal): -10342638 or 1191778. OLE color: 1191778.

HSL color Cylindrical-coordinate representation of color #622F12: hue angle of 21.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #622F12 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB984718-
CMYK00.520.820.62
HSL21.75º68.97%22.75%-
HSV(B)21.75º81.63%38.43%-
XYZ6.164.671.15-
YUV58.94104.9155.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 18 (7.42% from 255) = 11.04%
R=60.12%
G=28.83%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98471800.520.820.6221.7568.9722.75
Hex622F12034523E164517
Octal1425722064122762610527
Binary1100010101111100100110100101001011111010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,47,18); }

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

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

 a { background-color: rgb(98,47,18); }

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

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

 span { border-color: rgb(98,47,18); }

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