Html Css Color HEX #6F6575 Rum

📋 copy color: '#6F6575'

red 111 ◦ green 101 ◦ blue 117

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

Shades of Rum #6F6575

Tints of Rum #6F6575

RGB

 RED value IS 111 (43.75% from 255) = 33.74%

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 33.74%
G = 30.7%
B = 35.56%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F6575 (or 0x6F6575) is known color: Rum. HEX triplet: 6F, 65 and 75. RGB value is (111,101,117). Sum of RGB (Red+Green+Blue) = 111+101+117=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F6575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6575 is #909A8A. Grayscale: #696969. Windows color (decimal): -9476747 or 7693679. OLE color: 7693679.

HSL color Cylindrical-coordinate representation of color #6F6575: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6575 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 101 117 -
CMYK 0.05 0.14 0 0.54
HSL 277.5º 0.07% 0.43% -
HSV(B) 277.5º 0.14% 0.46% -
XYZ 14.42 13.97 18.77 -
YUV 105.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 111 101 117 0.05 0.14 0 0.54 277.5 0.07 0.43
Hex 6F 65 75 5 E 0 36 116 7 2B
Octal 157 145 165 5 16 0 66 426 7 53
Binary 1101111 1100101 1110101 101 1110 0 110110 100010110 111 101011

Color Harmonies of #6F6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6575

Black with #6F6575

Text Example


Text Example

White with #6F6575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,117); }

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

background-color css

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

 a { background-color: rgb(111,101,117); }

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

border-color css

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

 span { border-color: rgb(111,101,117); }

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