Html Css Color HEX #69414B Tawny Port

📋 copy color: '#69414B'

red 105 ◦ green 65 ◦ blue 75

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

Shades of Tawny Port #69414B

Tints of Tawny Port #69414B

RGB

 RED value IS 105 (41.41% from 255) = 42.86%

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

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

R = 42.86%
G = 26.53%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#69414B (or 0x69414B) is known color: Tawny Port. HEX triplet: 69, 41 and 4B. RGB value is (105,65,75). Sum of RGB (Red+Green+Blue) = 105+65+75=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #69414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69414B is #96BEB4. Grayscale: #4E4E4E. Windows color (decimal): -9879221 or 4931945. OLE color: 4931945.

HSL color Cylindrical-coordinate representation of color #69414B: hue angle of 345º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69414B is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 75 -
CMYK 0 0.38 0.29 0.59
HSL 345º 0.24% 0.33% -
HSV(B) 345º 0.38% 0.41% -
XYZ 8.99 7.29 7.59 -
YUV 78.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 105 65 75 0 0.38 0.29 0.59 345 0.24 0.33
Hex 69 41 4B 0 26 1D 3B 159 18 21
Octal 151 101 113 0 46 35 73 531 30 41
Binary 1101001 1000001 1001011 0 100110 11101 111011 101011001 11000 100001

Color Harmonies of #69414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69414B

Black with #69414B

Text Example


Text Example

White with #69414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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