Html Css Color HEX #68434B Tawny Port

📋 copy color: '#68434B'

red 104 ◦ green 67 ◦ blue 75

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

Shades of Tawny Port #68434B

Tints of Tawny Port #68434B

RGB

 RED value IS 104 (41.02% from 255) = 42.28%

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

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

R = 42.28%
G = 27.24%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68434B (or 0x68434B) is known color: Tawny Port. HEX triplet: 68, 43 and 4B. RGB value is (104,67,75). Sum of RGB (Red+Green+Blue) = 104+67+75=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68434B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68434B is #97BCB4. Grayscale: #4E4E4E. Windows color (decimal): -9944245 or 4932456. OLE color: 4932456.

HSL color Cylindrical-coordinate representation of color #68434B: hue angle of 347.03º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68434B is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 67 75 -
CMYK 0 0.36 0.28 0.59
HSL 347.03º 0.22% 0.34% -
HSV(B) 347.03º 0.36% 0.41% -
XYZ 8.99 7.47 7.62 -
YUV 78.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 104 67 75 0 0.36 0.28 0.59 347.03 0.22 0.34
Hex 68 43 4B 0 24 1C 3B 15B 16 22
Octal 150 103 113 0 44 34 73 533 26 42
Binary 1101000 1000011 1001011 0 100100 11100 111011 101011011 10110 100010

Color Harmonies of #68434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68434B

Black with #68434B

Text Example


Text Example

White with #68434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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