Html Css Color HEX #68504E Buccaneer

📋 copy color: '#68504E'

red 104 ◦ green 80 ◦ blue 78

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

Shades of Buccaneer #68504E

Tints of Buccaneer #68504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.77%

R = 39.69%
G = 30.53%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68504E (or 0x68504E) is known color: Buccaneer. HEX triplet: 68, 50 and 4E. RGB value is (104,80,78). Sum of RGB (Red+Green+Blue) = 104+80+78=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68504E is #97AFB1. Grayscale: #565656. Windows color (decimal): -9940914 or 5132392. OLE color: 5132392.

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

Color convert

RGB 104 80 78 -
CMYK 0 0.23 0.25 0.59
HSL 4.62º 0.14% 0.36% -
HSV(B) 4.62º 0.25% 0.41% -
XYZ 9.95 9.23 8.46 -
YUV 86.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 104 80 78 0 0.23 0.25 0.59 4.62 0.14 0.36
Hex 68 50 4E 0 17 19 3B 5 E 24
Octal 150 120 116 0 27 31 73 5 16 44
Binary 1101000 1010000 1001110 0 10111 11001 111011 101 1110 100100

Color Harmonies of #68504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68504E

Black with #68504E

Text Example


Text Example

White with #68504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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