Html Css Color HEX #6A304B Tawny Port

📋 copy color: '#6A304B'

red 106 ◦ green 48 ◦ blue 75

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

Shades of Tawny Port #6A304B

Tints of Tawny Port #6A304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 46.29%
G = 20.96%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A304B (or 0x6A304B) is known color: Tawny Port. HEX triplet: 6A, 30 and 4B. RGB value is (106,48,75). Sum of RGB (Red+Green+Blue) = 106+48+75=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A304B is #95CFB4. Grayscale: #444444. Windows color (decimal): -9818037 or 4927594. OLE color: 4927594.

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

Color convert

RGB 106 48 75 -
CMYK 0 0.55 0.29 0.58
HSL 332.07º 0.38% 0.3% -
HSV(B) 332.07º 0.55% 0.42% -
XYZ 8.27 5.69 7.32 -
YUV 68.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 106 48 75 0 0.55 0.29 0.58 332.07 0.38 0.3
Hex 6A 30 4B 0 37 1D 3A 14C 26 1E
Octal 152 60 113 0 67 35 72 514 46 36
Binary 1101010 110000 1001011 0 110111 11101 111010 101001100 100110 11110

Color Harmonies of #6A304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A304B

Black with #6A304B

Text Example


Text Example

White with #6A304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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