#69646B

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

Shades of Rum #69646B

Tints of Rum #69646B

Color information

#69646B (or 0x69646B) is unknown color: approx Rum. HEX triplet: 69, 64 and 6B. RGB value is (105,100,107). Sum of RGB (Red+Green+Blue) = 105+100+107=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 107 - color contains mainly: blue. Hex color #69646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69646B is #969B94. Grayscale: #666666. Windows color (decimal): -9870229 or 7038057. OLE color: 7038057.

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

Color convert

RGB105100107-
CMYK0.020.0700.58
HSL282.86º3.38%40.59%-
HSV(B)282.86º6.54%41.96%-
XYZ13.0413.1815.77-
YUV102.29130.66129.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=33.65%
G=32.05%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051001070.020.0700.58282.863.3840.59
Hex69646B2703A11b329
Octal15114415327072433351
Binary11010011100100110101110111011101010001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,100,107); }

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

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

 a { background-color: rgb(105,100,107); }

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

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

 span { border-color: rgb(105,100,107); }

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