Html Css Color HEX #685352 Buccaneer

📋 copy color: '#685352'

red 104 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #685352

Tints of Buccaneer #685352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 38.66%
G = 30.86%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#685352 (or 0x685352) is known color: Buccaneer. HEX triplet: 68, 53 and 52. RGB value is (104,83,82). Sum of RGB (Red+Green+Blue) = 104+83+82=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685352 is #97ACAD. Grayscale: #595959. Windows color (decimal): -9940142 or 5395304. OLE color: 5395304.

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

Color convert

RGB 104 83 82 -
CMYK 0 0.20 0.21 0.59
HSL 2.73º 0.12% 0.36% -
HSV(B) 2.73º 0.21% 0.41% -
XYZ 10.33 9.74 9.32 -
YUV 89.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 104 83 82 0 0.20 0.21 0.59 2.73 0.12 0.36
Hex 68 53 52 0 14 15 3B 3 C 24
Octal 150 123 122 0 24 25 73 3 14 44
Binary 1101000 1010011 1010010 0 10100 10101 111011 11 1100 100100

Color Harmonies of #685352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685352

Black with #685352

Text Example


Text Example

White with #685352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685352; }

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

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

background-color css

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

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

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

border-color css

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

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

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