#622506

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

Shades of Baker's Chocolate #622506

Tints of Baker's Chocolate #622506

Color information

#622506 (or 0x622506) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 25 and 06. RGB value is (98,37,6). Sum of RGB (Red+Green+Blue) = 98+37+6=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #622506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622506 is #9DDAF9. Grayscale: #333333. Windows color (decimal): -10345210 or 402786. OLE color: 402786.

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

Color convert

RGB98376-
CMYK00.620.940.62
HSL20.22º88.46%20.39%-
HSV(B)20.22º93.88%38.43%-
XYZ5.733.930.63-
YUV51.7102.21161.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=69.50%
G=26.24%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9837600.620.940.6220.2288.4620.39
Hex6225603E5E3E145814
Octal142456076136762413024
Binary11000101001011100111110101111011111010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622506; }

 p { color: rgb(98,37,6); }

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

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

 a { background-color: rgb(98,37,6); }

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

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

 span { border-color: rgb(98,37,6); }

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