#67616A

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

Shades of Rum #67616A

Tints of Rum #67616A

Color information

#67616A (or 0x67616A) is unknown color: approx Rum. HEX triplet: 67, 61 and 6A. RGB value is (103,97,106). Sum of RGB (Red+Green+Blue) = 103+97+106=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 106 - color contains mainly: blue. Hex color #67616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67616A is #989E95. Grayscale: #636363. Windows color (decimal): -10002070 or 6971751. OLE color: 6971751.

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

Color convert

RGB10397106-
CMYK0.030.0800.58
HSL280º4.43%39.8%-
HSV(B)280º8.49%41.57%-
XYZ12.4712.4715.39-
YUV99.82131.49130.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.66%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=33.66%
G=31.70%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103971060.030.0800.582804.4339.8
Hex67616A3803A118428
Octal147141152310072430450
Binary1100111110000111010101110000111010100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,97,106); }

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

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

 a { background-color: rgb(103,97,106); }

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

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

 span { border-color: rgb(103,97,106); }

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