Html Css Color HEX #6A434B Tawny Port

📋 copy color: '#6A434B'

red 106 ◦ green 67 ◦ blue 75

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

Shades of Tawny Port #6A434B

Tints of Tawny Port #6A434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 42.74%
G = 27.02%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A434B (or 0x6A434B) is known color: Tawny Port. HEX triplet: 6A, 43 and 4B. RGB value is (106,67,75). Sum of RGB (Red+Green+Blue) = 106+67+75=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A434B is #95BCB4. Grayscale: #4F4F4F. Windows color (decimal): -9813173 or 4932458. OLE color: 4932458.

HSL color Cylindrical-coordinate representation of color #6A434B: hue angle of 347.69º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A434B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 67 75 -
CMYK 0 0.37 0.29 0.58
HSL 347.69º 0.23% 0.34% -
HSV(B) 347.69º 0.37% 0.42% -
XYZ 9.22 7.59 7.63 -
YUV 79.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 106 67 75 0 0.37 0.29 0.58 347.69 0.23 0.34
Hex 6A 43 4B 0 25 1D 3A 15C 17 22
Octal 152 103 113 0 45 35 72 534 27 42
Binary 1101010 1000011 1001011 0 100101 11101 111010 101011100 10111 100010

Color Harmonies of #6A434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A434B

Black with #6A434B

Text Example


Text Example

White with #6A434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,67,75); }

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

background-color css

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

 a { background-color: rgb(106,67,75); }

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

border-color css

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

 span { border-color: rgb(106,67,75); }

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