Html Css Color HEX #685754 Buccaneer

📋 copy color: '#685754'

red 104 ◦ green 87 ◦ blue 84

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

Shades of Buccaneer #685754

Tints of Buccaneer #685754

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

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

R = 37.82%
G = 31.64%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#685754 (or 0x685754) is known color: Buccaneer. HEX triplet: 68, 57 and 54. RGB value is (104,87,84). Sum of RGB (Red+Green+Blue) = 104+87+84=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685754 is #97A8AB. Grayscale: #5B5B5B. Windows color (decimal): -9939116 or 5527400. OLE color: 5527400.

HSL color Cylindrical-coordinate representation of color #685754: hue angle of 9º 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 #685754 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 87 84 -
CMYK 0 0.16 0.19 0.59
HSL 0.11% 0.37% -
HSV(B) 0.19% 0.41% -
XYZ 10.72 10.4 9.83 -
YUV 91.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 104 87 84 0 0.16 0.19 0.59 9 0.11 0.37
Hex 68 57 54 0 10 13 3B 9 B 25
Octal 150 127 124 0 20 23 73 11 13 45
Binary 1101000 1010111 1010100 0 10000 10011 111011 1001 1011 100101

Color Harmonies of #685754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685754

Black with #685754

Text Example


Text Example

White with #685754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685754; }

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

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

background-color css

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

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

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

border-color css

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

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

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