Html Css Color HEX #68504F Buccaneer

📋 copy color: '#68504F'

red 104 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #68504F

Tints of Buccaneer #68504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 39.54%
G = 30.42%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68504F (or 0x68504F) is known color: Buccaneer. HEX triplet: 68, 50 and 4F. RGB value is (104,80,79). Sum of RGB (Red+Green+Blue) = 104+80+79=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68504F is #97AFB0. Grayscale: #575757. Windows color (decimal): -9940913 or 5197928. OLE color: 5197928.

HSL color Cylindrical-coordinate representation of color #68504F: hue angle of 2.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68504F is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 79 -
CMYK 0 0.23 0.24 0.59
HSL 2.4º 0.14% 0.36% -
HSV(B) 2.4º 0.24% 0.41% -
XYZ 9.99 9.24 8.66 -
YUV 87.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 104 80 79 0 0.23 0.24 0.59 2.4 0.14 0.36
Hex 68 50 4F 0 17 18 3B 2 E 24
Octal 150 120 117 0 27 30 73 2 16 44
Binary 1101000 1010000 1001111 0 10111 11000 111011 10 1110 100100

Color Harmonies of #68504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68504F

Black with #68504F

Text Example


Text Example

White with #68504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68504F; }

 p { color: rgb(104,80,79); }

 H1.HeaderClassName
 {
   color: #68504F;
 }
 .AnyTagClassName
 {
   color: #68504F;
 }
</style>

background-color css

<style>
 a { background-color: #68504F; }

 a { background-color: rgb(104,80,79); }

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

border-color css

<style>
 span { border-color: #68504F; }

 span { border-color: rgb(104,80,79); }

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