#622507

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

Shades of Baker's Chocolate #622507

Tints of Baker's Chocolate #622507

Color information

#622507 (or 0x622507) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 25 and 07. RGB value is (98,37,7). Sum of RGB (Red+Green+Blue) = 98+37+7=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #622507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622507 is #9DDAF8. Grayscale: #343434. Windows color (decimal): -10345209 or 468322. OLE color: 468322.

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

Color convert

RGB98377-
CMYK00.620.930.62
HSL19.78º86.67%20.59%-
HSV(B)19.78º92.86%38.43%-
XYZ5.743.940.66-
YUV51.82102.71160.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.01%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=69.01%
G=26.06%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9837700.620.930.6219.7886.6720.59
Hex6225703E5D3E145715
Octal142457076135762412725
Binary11000101001011110111110101110111111010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622507; }

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

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

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

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

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

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

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

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