Html Css Color HEX #6D4A48 Buccaneer

📋 copy color: '#6D4A48'

red 109 ◦ green 74 ◦ blue 72

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

Shades of Buccaneer #6D4A48

Tints of Buccaneer #6D4A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 42.75%
G = 29.02%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D4A48 (or 0x6D4A48) is known color: Buccaneer. HEX triplet: 6D, 4A and 48. RGB value is (109,74,72). Sum of RGB (Red+Green+Blue) = 109+74+72=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A48 is #92B5B7. Grayscale: #545454. Windows color (decimal): -9614776 or 4737645. OLE color: 4737645.

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

Color convert

RGB 109 74 72 -
CMYK 0 0.32 0.34 0.57
HSL 3.24º 0.2% 0.35% -
HSV(B) 3.24º 0.34% 0.43% -
XYZ 9.93 8.62 7.27 -
YUV 84.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 109 74 72 0 0.32 0.34 0.57 3.24 0.2 0.35
Hex 6D 4A 48 0 20 22 39 3 14 23
Octal 155 112 110 0 40 42 71 3 24 43
Binary 1101101 1001010 1001000 0 100000 100010 111001 11 10100 100011

Color Harmonies of #6D4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A48

Black with #6D4A48

Text Example


Text Example

White with #6D4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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