Html Css Color HEX #67616A Rum

📋 copy color: '#67616A'

red 103 ◦ green 97 ◦ blue 106

#67616A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #67616A

Tints of Rum #67616A

RGB

 RED value IS 103 (40.63% from 255) = 33.66%

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 33.66%
G = 31.7%
B = 34.64%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67616A (or 0x67616A) is known color: 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

RGB 103 97 106 -
CMYK 0.03 0.08 0 0.58
HSL 280º 0.04% 0.4% -
HSV(B) 280º 0.08% 0.42% -
XYZ 12.47 12.47 15.39 -
YUV 99.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 103 97 106 0.03 0.08 0 0.58 280 0.04 0.4
Hex 67 61 6A 3 8 0 3A 118 4 28
Octal 147 141 152 3 10 0 72 430 4 50
Binary 1100111 1100001 1101010 11 1000 0 111010 100011000 100 101000

Color Harmonies of #67616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67616A

Black with #67616A

Text Example


Text Example

White with #67616A

Text Example


Text Example

HTML Codes & Css Web 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>