Html Css Color HEX #6F4E4C Buccaneer

📋 copy color: '#6F4E4C'

red 111 ◦ green 78 ◦ blue 76

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

Shades of Buccaneer #6F4E4C

Tints of Buccaneer #6F4E4C

RGB

 RED value IS 111 (43.75% from 255) = 41.89%

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

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

R = 41.89%
G = 29.43%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F4E4C (or 0x6F4E4C) is known color: Buccaneer. HEX triplet: 6F, 4E and 4C. RGB value is (111,78,76). Sum of RGB (Red+Green+Blue) = 111+78+76=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E4C is #90B1B3. Grayscale: #575757. Windows color (decimal): -9482676 or 5000815. OLE color: 5000815.

HSL color Cylindrical-coordinate representation of color #6F4E4C: hue angle of 3.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4E4C is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 78 76 -
CMYK 0 0.30 0.32 0.56
HSL 3.43º 0.19% 0.37% -
HSV(B) 3.43º 0.32% 0.44% -
XYZ 10.58 9.35 8.08 -
YUV 87.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 111 78 76 0 0.30 0.32 0.56 3.43 0.19 0.37
Hex 6F 4E 4C 0 1E 20 38 3 13 25
Octal 157 116 114 0 36 40 70 3 23 45
Binary 1101111 1001110 1001100 0 11110 100000 111000 11 10011 100101

Color Harmonies of #6F4E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E4C

Black with #6F4E4C

Text Example


Text Example

White with #6F4E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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