Html Css Color HEX #685553 Buccaneer

📋 copy color: '#685553'

red 104 ◦ green 85 ◦ blue 83

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

Shades of Buccaneer #685553

Tints of Buccaneer #685553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 38.24%
G = 31.25%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#685553 (or 0x685553) is known color: Buccaneer. HEX triplet: 68, 55 and 53. RGB value is (104,85,83). Sum of RGB (Red+Green+Blue) = 104+85+83=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685553 is #97AAAC. Grayscale: #5A5A5A. Windows color (decimal): -9939629 or 5461352. OLE color: 5461352.

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

Color convert

RGB 104 85 83 -
CMYK 0 0.18 0.20 0.59
HSL 5.71º 0.11% 0.37% -
HSV(B) 5.71º 0.2% 0.41% -
XYZ 10.52 10.06 9.57 -
YUV 90.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 104 85 83 0 0.18 0.20 0.59 5.71 0.11 0.37
Hex 68 55 53 0 12 14 3B 6 B 25
Octal 150 125 123 0 22 24 73 6 13 45
Binary 1101000 1010101 1010011 0 10010 10100 111011 110 1011 100101

Color Harmonies of #685553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685553

Black with #685553

Text Example


Text Example

White with #685553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685553; }

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

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

background-color css

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

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

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

border-color css

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

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

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