Html Css Color HEX #685250 Buccaneer

📋 copy color: '#685250'

red 104 ◦ green 82 ◦ blue 80

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

Shades of Buccaneer #685250

Tints of Buccaneer #685250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 39.1%
G = 30.83%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#685250 (or 0x685250) is known color: Buccaneer. HEX triplet: 68, 52 and 50. RGB value is (104,82,80). Sum of RGB (Red+Green+Blue) = 104+82+80=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685250 is #97ADAF. Grayscale: #585858. Windows color (decimal): -9940400 or 5263976. OLE color: 5263976.

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

Color convert

RGB 104 82 80 -
CMYK 0 0.21 0.23 0.59
HSL 0.13% 0.36% -
HSV(B) 0.23% 0.41% -
XYZ 10.17 9.56 8.9 -
YUV 88.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 104 82 80 0 0.21 0.23 0.59 5 0.13 0.36
Hex 68 52 50 0 15 17 3B 5 D 24
Octal 150 122 120 0 25 27 73 5 15 44
Binary 1101000 1010010 1010000 0 10101 10111 111011 101 1101 100100

Color Harmonies of #685250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685250

Black with #685250

Text Example


Text Example

White with #685250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685250; }

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

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

background-color css

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

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

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

border-color css

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

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

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