Html Css Color HEX #6D4B49 Buccaneer

📋 copy color: '#6D4B49'

red 109 ◦ green 75 ◦ blue 73

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

Shades of Buccaneer #6D4B49

Tints of Buccaneer #6D4B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 42.41%
G = 29.18%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6D4B49 (or 0x6D4B49) is known color: Buccaneer. HEX triplet: 6D, 4B and 49. RGB value is (109,75,73). Sum of RGB (Red+Green+Blue) = 109+75+73=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B49 is #92B4B6. Grayscale: #545454. Windows color (decimal): -9614519 or 4803437. OLE color: 4803437.

HSL color Cylindrical-coordinate representation of color #6D4B49: hue angle of 3.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D4B49 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 75 73 -
CMYK 0 0.31 0.33 0.57
HSL 3.33º 0.2% 0.36% -
HSV(B) 3.33º 0.33% 0.43% -
XYZ 10.03 8.76 7.47 -
YUV 84.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 109 75 73 0 0.31 0.33 0.57 3.33 0.2 0.36
Hex 6D 4B 49 0 1F 21 39 3 14 24
Octal 155 113 111 0 37 41 71 3 24 44
Binary 1101101 1001011 1001001 0 11111 100001 111001 11 10100 100100

Color Harmonies of #6D4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B49

Black with #6D4B49

Text Example


Text Example

White with #6D4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,75,73); }

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

background-color css

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

 a { background-color: rgb(109,75,73); }

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

border-color css

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

 span { border-color: rgb(109,75,73); }

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