#68636A

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

Shades of Rum #68636A

Tints of Rum #68636A

Color information

#68636A (or 0x68636A) is unknown color: approx Rum. HEX triplet: 68, 63 and 6A. RGB value is (104,99,106). Sum of RGB (Red+Green+Blue) = 104+99+106=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 106 - color contains mainly: blue. Hex color #68636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636A is #979C95. Grayscale: #656565. Windows color (decimal): -9936022 or 6972264. OLE color: 6972264.

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

Color convert

RGB10499106-
CMYK0.020.0700.58
HSL282.86º3.41%40.2%-
HSV(B)282.86º6.6%41.57%-
XYZ12.7712.9115.45-
YUV101.29130.66129.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=33.66%
G=32.04%
B=34.30%

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
Decimal104991060.020.0700.58282.863.4140.2
Hex68636A2703A11b328
Octal15014315227072433350
Binary11010001100011110101010111011101010001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68636A; }

 p { color: rgb(104,99,106); }

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

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

 a { background-color: rgb(104,99,106); }

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

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

 span { border-color: rgb(104,99,106); }

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