Html Css Color HEX #685554 Buccaneer

📋 copy color: '#685554'

red 104 ◦ green 85 ◦ blue 84

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

Shades of Buccaneer #685554

Tints of Buccaneer #685554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 38.1%
G = 31.14%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#685554 (or 0x685554) is known color: Buccaneer. HEX triplet: 68, 55 and 54. RGB value is (104,85,84). Sum of RGB (Red+Green+Blue) = 104+85+84=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685554 is #97AAAB. Grayscale: #5A5A5A. Windows color (decimal): -9939628 or 5526888. OLE color: 5526888.

HSL color Cylindrical-coordinate representation of color #685554: hue angle of 3º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685554 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 84 -
CMYK 0 0.18 0.19 0.59
HSL 0.11% 0.37% -
HSV(B) 0.19% 0.41% -
XYZ 10.56 10.08 9.78 -
YUV 90.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 104 85 84 0 0.18 0.19 0.59 3 0.11 0.37
Hex 68 55 54 0 12 13 3B 3 B 25
Octal 150 125 124 0 22 23 73 3 13 45
Binary 1101000 1010101 1010100 0 10010 10011 111011 11 1011 100101

Color Harmonies of #685554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685554

Black with #685554

Text Example


Text Example

White with #685554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685554; }

 p { color: rgb(104,85,84); }

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

background-color css

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

 a { background-color: rgb(104,85,84); }

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

border-color css

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

 span { border-color: rgb(104,85,84); }

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