Html Css Color HEX #6F414B Tawny Port

📋 copy color: '#6F414B'

red 111 ◦ green 65 ◦ blue 75

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

Shades of Tawny Port #6F414B

Tints of Tawny Port #6F414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

 BLUE value IS 75 (29.69% from 255) = 29.88%

R = 44.22%
G = 25.9%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F414B (or 0x6F414B) is known color: Tawny Port. HEX triplet: 6F, 41 and 4B. RGB value is (111,65,75). Sum of RGB (Red+Green+Blue) = 111+65+75=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F414B is #90BEB4. Grayscale: #4F4F4F. Windows color (decimal): -9486005 or 4931951. OLE color: 4931951.

HSL color Cylindrical-coordinate representation of color #6F414B: hue angle of 346.96º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F414B is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 65 75 -
CMYK 0 0.41 0.32 0.56
HSL 346.96º 0.26% 0.35% -
HSV(B) 346.96º 0.41% 0.44% -
XYZ 9.72 7.67 7.62 -
YUV 79.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 111 65 75 0 0.41 0.32 0.56 346.96 0.26 0.35
Hex 6F 41 4B 0 29 20 38 15B 1A 23
Octal 157 101 113 0 51 40 70 533 32 43
Binary 1101111 1000001 1001011 0 101001 100000 111000 101011011 11010 100011

Color Harmonies of #6F414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F414B

Black with #6F414B

Text Example


Text Example

White with #6F414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,75); }

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

background-color css

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

 a { background-color: rgb(111,65,75); }

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

border-color css

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

 span { border-color: rgb(111,65,75); }

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