Html Css Color HEX #685251 Buccaneer

📋 copy color: '#685251'

red 104 ◦ green 82 ◦ blue 81

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

Shades of Buccaneer #685251

Tints of Buccaneer #685251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 38.95%
G = 30.71%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#685251 (or 0x685251) is known color: Buccaneer. HEX triplet: 68, 52 and 51. RGB value is (104,82,81). Sum of RGB (Red+Green+Blue) = 104+82+81=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #685251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685251 is #97ADAE. Grayscale: #585858. Windows color (decimal): -9940399 or 5329512. OLE color: 5329512.

HSL color Cylindrical-coordinate representation of color #685251: hue angle of 2.61º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685251 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 82 81 -
CMYK 0 0.21 0.22 0.59
HSL 2.61º 0.12% 0.36% -
HSV(B) 2.61º 0.22% 0.41% -
XYZ 10.21 9.57 9.09 -
YUV 88.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 104 82 81 0 0.21 0.22 0.59 2.61 0.12 0.36
Hex 68 52 51 0 15 16 3B 3 C 24
Octal 150 122 121 0 25 26 73 3 14 44
Binary 1101000 1010010 1010001 0 10101 10110 111011 11 1100 100100

Color Harmonies of #685251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685251

Black with #685251

Text Example


Text Example

White with #685251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685251; }

 p { color: rgb(104,82,81); }

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

background-color css

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

 a { background-color: rgb(104,82,81); }

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

border-color css

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

 span { border-color: rgb(104,82,81); }

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