#68616B

Color #68616B Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #68616B

Tints of Rum #68616B

Color information

#68616B (or 0x68616B) is unknown color: approx Rum. HEX triplet: 68, 61 and 6B. RGB value is (104,97,107). Sum of RGB (Red+Green+Blue) = 104+97+107=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 107 - color contains mainly: blue. Hex color #68616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68616B is #979E94. Grayscale: #646464. Windows color (decimal): -9936533 or 7037288. OLE color: 7037288.

HSL color Cylindrical-coordinate representation of color #68616B: hue angle of 282º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68616B is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10497107-
CMYK0.030.0900.58
HSL282º4.9%40%-
HSV(B)282º9.35%41.96%-
XYZ12.6412.5515.67-
YUV100.23131.82130.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=33.77%
G=31.49%
B=34.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104971070.030.0900.582824.940
Hex68616B3903A11a528
Octal150141153311072432550
Binary1101000110000111010111110010111010100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68616B; }

 p { color: rgb(104,97,107); }

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

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

 a { background-color: rgb(104,97,107); }

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

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

 span { border-color: rgb(104,97,107); }

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