Html Css Color HEX #65414B Tawny Port

📋 copy color: '#65414B'

red 101 ◦ green 65 ◦ blue 75

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

Shades of Tawny Port #65414B

Tints of Tawny Port #65414B

RGB

 RED value IS 101 (39.84% from 255) = 41.91%

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

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

R = 41.91%
G = 26.97%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#65414B (or 0x65414B) is known color: Tawny Port. HEX triplet: 65, 41 and 4B. RGB value is (101,65,75). Sum of RGB (Red+Green+Blue) = 101+65+75=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #65414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65414B is #9ABEB4. Grayscale: #4C4C4C. Windows color (decimal): -10141365 or 4931941. OLE color: 4931941.

HSL color Cylindrical-coordinate representation of color #65414B: hue angle of 343.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65414B is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 65 75 -
CMYK 0 0.36 0.26 0.60
HSL 343.33º 0.22% 0.33% -
HSV(B) 343.33º 0.36% 0.4% -
XYZ 8.53 7.06 7.57 -
YUV 76.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 101 65 75 0 0.36 0.26 0.60 343.33 0.22 0.33
Hex 65 41 4B 0 24 1A 3C 157 16 21
Octal 145 101 113 0 44 32 74 527 26 41
Binary 1100101 1000001 1001011 0 100100 11010 111100 101010111 10110 100001

Color Harmonies of #65414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65414B

Black with #65414B

Text Example


Text Example

White with #65414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65414B; }

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

 H1.HeaderClassName
 {
   color: #65414B;
 }
 .AnyTagClassName
 {
   color: #65414B;
 }
</style>

background-color css

<style>
 a { background-color: #65414B; }

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

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

border-color css

<style>
 span { border-color: #65414B; }

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

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