Html Css Color HEX #6E4B48 Buccaneer

📋 copy color: '#6E4B48'

red 110 ◦ green 75 ◦ blue 72

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

Shades of Buccaneer #6E4B48

Tints of Buccaneer #6E4B48

RGB

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

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

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

R = 42.8%
G = 29.18%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6E4B48 (or 0x6E4B48) is known color: Buccaneer. HEX triplet: 6E, 4B and 48. RGB value is (110,75,72). Sum of RGB (Red+Green+Blue) = 110+75+72=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4B48 is #91B4B7. Grayscale: #555555. Windows color (decimal): -9548984 or 4737902. OLE color: 4737902.

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

Color convert

RGB 110 75 72 -
CMYK 0 0.32 0.35 0.57
HSL 4.74º 0.21% 0.36% -
HSV(B) 4.74º 0.35% 0.43% -
XYZ 10.12 8.82 7.3 -
YUV 85.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 110 75 72 0 0.32 0.35 0.57 4.74 0.21 0.36
Hex 6E 4B 48 0 20 23 39 5 15 24
Octal 156 113 110 0 40 43 71 5 25 44
Binary 1101110 1001011 1001000 0 100000 100011 111001 101 10101 100100

Color Harmonies of #6E4B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4B48

Black with #6E4B48

Text Example


Text Example

White with #6E4B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,75,72); }

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

background-color css

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

 a { background-color: rgb(110,75,72); }

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

border-color css

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

 span { border-color: rgb(110,75,72); }

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