Html Css Color HEX #6E4746 Buccaneer

📋 copy color: '#6E4746'

red 110 ◦ green 71 ◦ blue 70

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

Shades of Buccaneer #6E4746

Tints of Buccaneer #6E4746

RGB

 RED value IS 110 (43.36% from 255) = 43.82%

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

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

R = 43.82%
G = 28.29%
B = 27.89%

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

#6E4746 (or 0x6E4746) is known color: Buccaneer. HEX triplet: 6E, 47 and 46. RGB value is (110,71,70). Sum of RGB (Red+Green+Blue) = 110+71+70=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4746 is #91B8B9. Grayscale: #525252. Windows color (decimal): -9550010 or 4605806. OLE color: 4605806.

HSL color Cylindrical-coordinate representation of color #6E4746: hue angle of 1.5º 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 #6E4746 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 71 70 -
CMYK 0 0.35 0.36 0.57
HSL 1.5º 0.22% 0.35% -
HSV(B) 1.5º 0.36% 0.43% -
XYZ 9.79 8.26 6.87 -
YUV 82.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 110 71 70 0 0.35 0.36 0.57 1.5 0.22 0.35
Hex 6E 47 46 0 23 24 39 2 16 23
Octal 156 107 106 0 43 44 71 2 26 43
Binary 1101110 1000111 1000110 0 100011 100100 111001 10 10110 100011

Color Harmonies of #6E4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4746

Black with #6E4746

Text Example


Text Example

White with #6E4746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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