Html Css Color HEX #6E4C4A Buccaneer

📋 copy color: '#6E4C4A'

red 110 ◦ green 76 ◦ blue 74

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

Shades of Buccaneer #6E4C4A

Tints of Buccaneer #6E4C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 42.31%
G = 29.23%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6E4C4A (or 0x6E4C4A) is known color: Buccaneer. HEX triplet: 6E, 4C and 4A. RGB value is (110,76,74). Sum of RGB (Red+Green+Blue) = 110+76+74=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4C4A is #91B3B5. Grayscale: #555555. Windows color (decimal): -9548726 or 4869230. OLE color: 4869230.

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

Color convert

RGB 110 76 74 -
CMYK 0 0.31 0.33 0.57
HSL 3.33º 0.2% 0.36% -
HSV(B) 3.33º 0.33% 0.43% -
XYZ 10.25 8.98 7.67 -
YUV 85.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 110 76 74 0 0.31 0.33 0.57 3.33 0.2 0.36
Hex 6E 4C 4A 0 1F 21 39 3 14 24
Octal 156 114 112 0 37 41 71 3 24 44
Binary 1101110 1001100 1001010 0 11111 100001 111001 11 10100 100100

Color Harmonies of #6E4C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4C4A

Black with #6E4C4A

Text Example


Text Example

White with #6E4C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,76,74); }

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

background-color css

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

 a { background-color: rgb(110,76,74); }

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

border-color css

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

 span { border-color: rgb(110,76,74); }

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