Html Css Color HEX #68616B Rum

📋 copy color: '#68616B'

red 104 ◦ green 97 ◦ blue 107

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

Shades of Rum #68616B

Tints of Rum #68616B

RGB

 RED value IS 104 (41.02% from 255) = 33.77%

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 33.77%
G = 31.49%
B = 34.74%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68616B (or 0x68616B) is known color: Rum. HEX triplet: 68, 61 and 6B. RGB value is (104,97,107). Sum of RGB (Red+Green+Blue) = 104+97+107=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 107 - color contains mainly: blue. Hex color #68616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68616B is #979E94. Grayscale: #646464. Windows color (decimal): -9936533 or 7037288. OLE color: 7037288.

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

Color convert

RGB 104 97 107 -
CMYK 0.03 0.09 0 0.58
HSL 282º 0.05% 0.4% -
HSV(B) 282º 0.09% 0.42% -
XYZ 12.64 12.55 15.67 -
YUV 100.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 104 97 107 0.03 0.09 0 0.58 282 0.05 0.4
Hex 68 61 6B 3 9 0 3A 11A 5 28
Octal 150 141 153 3 11 0 72 432 5 50
Binary 1101000 1100001 1101011 11 1001 0 111010 100011010 101 101000

Color Harmonies of #68616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68616B

Black with #68616B

Text Example


Text Example

White with #68616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,97,107); }

 H1.HeaderClassName
 {
   color: #68616B;
 }
 .AnyTagClassName
 {
   color: #68616B;
 }
</style>

background-color css

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

 a { background-color: rgb(104,97,107); }

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

border-color css

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

 span { border-color: rgb(104,97,107); }

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