Html Css Color HEX #6D4847 Buccaneer

📋 copy color: '#6D4847'

red 109 ◦ green 72 ◦ blue 71

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

Shades of Buccaneer #6D4847

Tints of Buccaneer #6D4847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 43.25%
G = 28.57%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6D4847 (or 0x6D4847) is known color: Buccaneer. HEX triplet: 6D, 48 and 47. RGB value is (109,72,71). Sum of RGB (Red+Green+Blue) = 109+72+71=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4847 is #92B7B8. Grayscale: #525252. Windows color (decimal): -9615289 or 4671597. OLE color: 4671597.

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

Color convert

RGB 109 72 71 -
CMYK 0 0.34 0.35 0.57
HSL 1.58º 0.21% 0.35% -
HSV(B) 1.58º 0.35% 0.43% -
XYZ 9.76 8.34 7.06 -
YUV 82.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 109 72 71 0 0.34 0.35 0.57 1.58 0.21 0.35
Hex 6D 48 47 0 22 23 39 2 15 23
Octal 155 110 107 0 42 43 71 2 25 43
Binary 1101101 1001000 1000111 0 100010 100011 111001 10 10101 100011

Color Harmonies of #6D4847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4847

Black with #6D4847

Text Example


Text Example

White with #6D4847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,72,71); }

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

background-color css

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

 a { background-color: rgb(109,72,71); }

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

border-color css

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

 span { border-color: rgb(109,72,71); }

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