#69616C

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

Shades of Rum #69616C

Tints of Rum #69616C

Color information

#69616C (or 0x69616C) is unknown color: approx Rum. HEX triplet: 69, 61 and 6C. RGB value is (105,97,108). Sum of RGB (Red+Green+Blue) = 105+97+108=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 108 - color contains mainly: blue. Hex color #69616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69616C is #969E93. Grayscale: #646464. Windows color (decimal): -9870996 or 7102825. OLE color: 7102825.

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

Color convert

RGB10597108-
CMYK0.030.1000.58
HSL283.64º5.37%40.2%-
HSV(B)283.64º10.19%42.35%-
XYZ12.8112.6415.95-
YUV100.65132.15131.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=33.87%
G=31.29%
B=34.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105971080.030.1000.58283.645.3740.2
Hex69616C3A03A11c528
Octal151141154312072434550
Binary1101001110000111011001110100111010100011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69616C; }

 p { color: rgb(105,97,108); }

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

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

 a { background-color: rgb(105,97,108); }

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

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

 span { border-color: rgb(105,97,108); }

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