Html Css Color HEX #6A666B Rum

📋 copy color: '#6A666B'

red 106 ◦ green 102 ◦ blue 107

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

Shades of Rum #6A666B

Tints of Rum #6A666B

RGB

 RED value IS 106 (41.8% from 255) = 33.65%

 GREEN value IS 102 (40.23% from 255) = 32.38%

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

R = 33.65%
G = 32.38%
B = 33.97%

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

#6A666B (or 0x6A666B) is known color: Rum. HEX triplet: 6A, 66 and 6B. RGB value is (106,102,107). Sum of RGB (Red+Green+Blue) = 106+102+107=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A666B is #959994. Grayscale: #676767. Windows color (decimal): -9804181 or 7038570. OLE color: 7038570.

HSL color Cylindrical-coordinate representation of color #6A666B: 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 #6A666B is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 102 107 -
CMYK 0.01 0.05 0 0.58
HSL 288º 0.02% 0.41% -
HSV(B) 288º 0.05% 0.42% -
XYZ 13.35 13.63 15.84 -
YUV 103.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 106 102 107 0.01 0.05 0 0.58 288 0.02 0.41
Hex 6A 66 6B 1 5 0 3A 120 2 29
Octal 152 146 153 1 5 0 72 440 2 51
Binary 1101010 1100110 1101011 1 101 0 111010 100100000 10 101001

Color Harmonies of #6A666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A666B

Black with #6A666B

Text Example


Text Example

White with #6A666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,102,107); }

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

background-color css

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

 a { background-color: rgb(106,102,107); }

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

border-color css

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

 span { border-color: rgb(106,102,107); }

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