Html Css Color HEX #6B4E4C Buccaneer

📋 copy color: '#6B4E4C'

red 107 ◦ green 78 ◦ blue 76

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

Shades of Buccaneer #6B4E4C

Tints of Buccaneer #6B4E4C

RGB

 RED value IS 107 (42.19% from 255) = 41%

 GREEN value IS 78 (30.86% from 255) = 29.89%

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

R = 41%
G = 29.89%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6B4E4C (or 0x6B4E4C) is known color: Buccaneer. HEX triplet: 6B, 4E and 4C. RGB value is (107,78,76). Sum of RGB (Red+Green+Blue) = 107+78+76=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4E4C is #94B1B3. Grayscale: #565656. Windows color (decimal): -9744820 or 5000811. OLE color: 5000811.

HSL color Cylindrical-coordinate representation of color #6B4E4C: hue angle of 3.87º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B4E4C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 78 76 -
CMYK 0 0.27 0.29 0.58
HSL 3.87º 0.17% 0.36% -
HSV(B) 3.87º 0.29% 0.42% -
XYZ 10.09 9.1 8.06 -
YUV 86.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 107 78 76 0 0.27 0.29 0.58 3.87 0.17 0.36
Hex 6B 4E 4C 0 1B 1D 3A 4 11 24
Octal 153 116 114 0 33 35 72 4 21 44
Binary 1101011 1001110 1001100 0 11011 11101 111010 100 10001 100100

Color Harmonies of #6B4E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4E4C

Black with #6B4E4C

Text Example


Text Example

White with #6B4E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,78,76); }

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

background-color css

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

 a { background-color: rgb(107,78,76); }

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

border-color css

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

 span { border-color: rgb(107,78,76); }

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