Html Css Color HEX #6E4C4B Buccaneer

📋 copy color: '#6E4C4B'

red 110 ◦ green 76 ◦ blue 75

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

Shades of Buccaneer #6E4C4B

Tints of Buccaneer #6E4C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.74%

R = 42.15%
G = 29.12%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E4C4B (or 0x6E4C4B) is known color: Buccaneer. HEX triplet: 6E, 4C and 4B. RGB value is (110,76,75). Sum of RGB (Red+Green+Blue) = 110+76+75=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4C4B is #91B3B4. Grayscale: #565656. Windows color (decimal): -9548725 or 4934766. OLE color: 4934766.

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

Color convert

RGB 110 76 75 -
CMYK 0 0.31 0.32 0.57
HSL 1.71º 0.19% 0.36% -
HSV(B) 1.71º 0.32% 0.43% -
XYZ 10.28 8.99 7.85 -
YUV 86.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 110 76 75 0 0.31 0.32 0.57 1.71 0.19 0.36
Hex 6E 4C 4B 0 1F 20 39 2 13 24
Octal 156 114 113 0 37 40 71 2 23 44
Binary 1101110 1001100 1001011 0 11111 100000 111001 10 10011 100100

Color Harmonies of #6E4C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4C4B

Black with #6E4C4B

Text Example


Text Example

White with #6E4C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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