Html Css Color HEX #684D4C Buccaneer

📋 copy color: '#684D4C'

red 104 ◦ green 77 ◦ blue 76

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

Shades of Buccaneer #684D4C

Tints of Buccaneer #684D4C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 40.47%
G = 29.96%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#684D4C (or 0x684D4C) is known color: Buccaneer. HEX triplet: 68, 4D and 4C. RGB value is (104,77,76). Sum of RGB (Red+Green+Blue) = 104+77+76=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D4C is #97B2B3. Grayscale: #545454. Windows color (decimal): -9941684 or 5000552. OLE color: 5000552.

HSL color Cylindrical-coordinate representation of color #684D4C: hue angle of 2.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #684D4C is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 77 76 -
CMYK 0 0.26 0.27 0.59
HSL 2.14º 0.16% 0.35% -
HSV(B) 2.14º 0.27% 0.41% -
XYZ 9.67 8.77 8.02 -
YUV 84.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 104 77 76 0 0.26 0.27 0.59 2.14 0.16 0.35
Hex 68 4D 4C 0 1A 1B 3B 2 10 23
Octal 150 115 114 0 32 33 73 2 20 43
Binary 1101000 1001101 1001100 0 11010 11011 111011 10 10000 100011

Color Harmonies of #684D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D4C

Black with #684D4C

Text Example


Text Example

White with #684D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684D4C; }

 p { color: rgb(104,77,76); }

 H1.HeaderClassName
 {
   color: #684D4C;
 }
 .AnyTagClassName
 {
   color: #684D4C;
 }
</style>

background-color css

<style>
 a { background-color: #684D4C; }

 a { background-color: rgb(104,77,76); }

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

border-color css

<style>
 span { border-color: #684D4C; }

 span { border-color: rgb(104,77,76); }

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