Html Css Color HEX #6D4746 Buccaneer

📋 copy color: '#6D4746'

red 109 ◦ green 71 ◦ blue 70

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

Shades of Buccaneer #6D4746

Tints of Buccaneer #6D4746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 70 (27.73% from 255) = 28%

R = 43.6%
G = 28.4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D4746 (or 0x6D4746) is known color: Buccaneer. HEX triplet: 6D, 47 and 46. RGB value is (109,71,70). Sum of RGB (Red+Green+Blue) = 109+71+70=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4746 is #92B8B9. Grayscale: #525252. Windows color (decimal): -9615546 or 4605805. OLE color: 4605805.

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

Color convert

RGB 109 71 70 -
CMYK 0 0.35 0.36 0.57
HSL 1.54º 0.22% 0.35% -
HSV(B) 1.54º 0.36% 0.43% -
XYZ 9.67 8.2 6.87 -
YUV 82.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 109 71 70 0 0.35 0.36 0.57 1.54 0.22 0.35
Hex 6D 47 46 0 23 24 39 2 16 23
Octal 155 107 106 0 43 44 71 2 26 43
Binary 1101101 1000111 1000110 0 100011 100100 111001 10 10110 100011

Color Harmonies of #6D4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4746

Black with #6D4746

Text Example


Text Example

White with #6D4746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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