#622510

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

Shades of Baker's Chocolate #622510

Tints of Baker's Chocolate #622510

Color information

#622510 (or 0x622510) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 25 and 10. RGB value is (98,37,16). Sum of RGB (Red+Green+Blue) = 98+37+16=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #622510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622510 is #9DDAEF. Grayscale: #343434. Windows color (decimal): -10345200 or 1058146. OLE color: 1058146.

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

Color convert

RGB983716-
CMYK00.620.840.62
HSL15.37º71.93%22.35%-
HSV(B)15.37º83.67%38.43%-
XYZ5.793.960.95-
YUV52.84107.21160.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=64.90%
G=24.50%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98371600.620.840.6215.3771.9322.35
Hex62251003E543Ef4816
Octal1424520076124761711026
Binary110001010010110000011111010101001111101111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622510; }

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

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

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

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

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

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

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

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