Html Css Color HEX #69666A Rum

📋 copy color: '#69666A'

red 105 ◦ green 102 ◦ blue 106

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

Shades of Rum #69666A

Tints of Rum #69666A

RGB

 RED value IS 105 (41.41% from 255) = 33.55%

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

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

R = 33.55%
G = 32.59%
B = 33.87%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69666A (or 0x69666A) is known color: Rum. HEX triplet: 69, 66 and 6A. RGB value is (105,102,106). Sum of RGB (Red+Green+Blue) = 105+102+106=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 106 - color contains mainly: blue. Hex color #69666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69666A is #969995. Grayscale: #676767. Windows color (decimal): -9869718 or 6973033. OLE color: 6973033.

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

Color convert

RGB 105 102 106 -
CMYK 0.01 0.04 0 0.58
HSL 285º 0.02% 0.41% -
HSV(B) 285º 0.04% 0.42% -
XYZ 13.18 13.55 15.56 -
YUV 103.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 105 102 106 0.01 0.04 0 0.58 285 0.02 0.41
Hex 69 66 6A 1 4 0 3A 11D 2 29
Octal 151 146 152 1 4 0 72 435 2 51
Binary 1101001 1100110 1101010 1 100 0 111010 100011101 10 101001

Color Harmonies of #69666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69666A

Black with #69666A

Text Example


Text Example

White with #69666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69666A;
 }
 .AnyTagClassName
 {
   color: #69666A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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