Html Css Color HEX #6D524F Buccaneer

📋 copy color: '#6D524F'

red 109 ◦ green 82 ◦ blue 79

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

Shades of Buccaneer #6D524F

Tints of Buccaneer #6D524F

RGB

 RED value IS 109 (42.97% from 255) = 40.37%

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 40.37%
G = 30.37%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D524F (or 0x6D524F) is known color: Buccaneer. HEX triplet: 6D, 52 and 4F. RGB value is (109,82,79). Sum of RGB (Red+Green+Blue) = 109+82+79=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D524F is #92ADB0. Grayscale: #595959. Windows color (decimal): -9612721 or 5198445. OLE color: 5198445.

HSL color Cylindrical-coordinate representation of color #6D524F: hue angle of 6º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D524F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 82 79 -
CMYK 0 0.25 0.28 0.57
HSL 0.16% 0.37% -
HSV(B) 0.28% 0.43% -
XYZ 10.74 9.85 8.73 -
YUV 89.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 109 82 79 0 0.25 0.28 0.57 6 0.16 0.37
Hex 6D 52 4F 0 19 1C 39 6 10 25
Octal 155 122 117 0 31 34 71 6 20 45
Binary 1101101 1010010 1001111 0 11001 11100 111001 110 10000 100101

Color Harmonies of #6D524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D524F

Black with #6D524F

Text Example


Text Example

White with #6D524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D524F; }

 p { color: rgb(109,82,79); }

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

background-color css

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

 a { background-color: rgb(109,82,79); }

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

border-color css

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

 span { border-color: rgb(109,82,79); }

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