Html Css Color HEX #66414B Tawny Port

📋 copy color: '#66414B'

red 102 ◦ green 65 ◦ blue 75

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

Shades of Tawny Port #66414B

Tints of Tawny Port #66414B

RGB

 RED value IS 102 (40.23% from 255) = 42.15%

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

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

R = 42.15%
G = 26.86%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#66414B (or 0x66414B) is known color: Tawny Port. HEX triplet: 66, 41 and 4B. RGB value is (102,65,75). Sum of RGB (Red+Green+Blue) = 102+65+75=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #66414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66414B is #99BEB4. Grayscale: #4D4D4D. Windows color (decimal): -10075829 or 4931942. OLE color: 4931942.

HSL color Cylindrical-coordinate representation of color #66414B: hue angle of 343.78º 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 #66414B is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 75 -
CMYK 0 0.36 0.26 0.6
HSL 343.78º 0.22% 0.33% -
HSV(B) 343.78º 0.36% 0.4% -
XYZ 8.64 7.11 7.57 -
YUV 77.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 102 65 75 0 0.36 0.26 0.6 343.78 0.22 0.33
Hex 66 41 4B 0 24 1A 3C 158 16 21
Octal 146 101 113 0 44 32 74 530 26 41
Binary 1100110 1000001 1001011 0 100100 11010 111100 101011000 10110 100001

Color Harmonies of #66414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66414B

Black with #66414B

Text Example


Text Example

White with #66414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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