#060620

Color #060620 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #060620

Tints of Black Russian #060620

Color information

#060620 (or 0x060620) is unknown color: approx Black Russian. HEX triplet: 06, 06 and 20. RGB value is (6,6,32). Sum of RGB (Red+Green+Blue) = 6+6+32=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 32 (12.89% from 255 or 72.73% from 44); Max value from RGB is 32 - color contains mainly: blue. Hex color #060620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060620 is #F9F9DF. Grayscale: #080808. Windows color (decimal): -16382432 or 2098694. OLE color: 2098694.

HSL color Cylindrical-coordinate representation of color #060620: hue angle of 240º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #060620 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB6632-
CMYK0.810.8100.87
HSL240º68.42%7.45%-
HSV(B)240º81.25%12.55%-
XYZ0.40.271.4-
YUV8.96141125.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 32 (12.89% from 255) = 72.73%
R=13.64%
G=13.64%
B=72.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal66320.810.8100.8724068.427.45
Hex66205151057f0447
Octal664012112101273601047
Binary1101101000001010001101000101010111111100001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060620; }

 p { color: rgb(6,6,32); }

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

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

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

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

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

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

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