Html Css Color HEX #6B676C Rum

📋 copy color: '#6B676C'

red 107 ◦ green 103 ◦ blue 108

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

Shades of Rum #6B676C

Tints of Rum #6B676C

RGB

 RED value IS 107 (42.19% from 255) = 33.65%

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 33.65%
G = 32.39%
B = 33.96%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B676C (or 0x6B676C) is known color: Rum. HEX triplet: 6B, 67 and 6C. RGB value is (107,103,108). Sum of RGB (Red+Green+Blue) = 107+103+108=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B676C is #949893. Grayscale: #686868. Windows color (decimal): -9738388 or 7104363. OLE color: 7104363.

HSL color Cylindrical-coordinate representation of color #6B676C: hue angle of 288º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B676C is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 103 108 -
CMYK 0.01 0.05 0 0.58
HSL 288º 0.02% 0.41% -
HSV(B) 288º 0.05% 0.42% -
XYZ 13.62 13.91 16.15 -
YUV 104.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 107 103 108 0.01 0.05 0 0.58 288 0.02 0.41
Hex 6B 67 6C 1 5 0 3A 120 2 29
Octal 153 147 154 1 5 0 72 440 2 51
Binary 1101011 1100111 1101100 1 101 0 111010 100100000 10 101001

Color Harmonies of #6B676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B676C

Black with #6B676C

Text Example


Text Example

White with #6B676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B676C; }

 p { color: rgb(107,103,108); }

 H1.HeaderClassName
 {
   color: #6B676C;
 }
 .AnyTagClassName
 {
   color: #6B676C;
 }
</style>

background-color css

<style>
 a { background-color: #6B676C; }

 a { background-color: rgb(107,103,108); }

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

border-color css

<style>
 span { border-color: #6B676C; }

 span { border-color: rgb(107,103,108); }

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