Html Css Color HEX #6A514E Buccaneer

📋 copy color: '#6A514E'

red 106 ◦ green 81 ◦ blue 78

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

Shades of Buccaneer #6A514E

Tints of Buccaneer #6A514E

RGB

 RED value IS 106 (41.8% from 255) = 40%

 GREEN value IS 81 (32.03% from 255) = 30.57%

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

R = 40%
G = 30.57%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6A514E (or 0x6A514E) is known color: Buccaneer. HEX triplet: 6A, 51 and 4E. RGB value is (106,81,78). Sum of RGB (Red+Green+Blue) = 106+81+78=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 106 - color contains mainly: red. Hex color #6A514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A514E is #95AEB1. Grayscale: #585858. Windows color (decimal): -9809586 or 5132650. OLE color: 5132650.

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

Color convert

RGB 106 81 78 -
CMYK 0 0.24 0.26 0.58
HSL 6.43º 0.15% 0.36% -
HSV(B) 6.43º 0.26% 0.42% -
XYZ 10.26 9.5 8.5 -
YUV 88.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 106 81 78 0 0.24 0.26 0.58 6.43 0.15 0.36
Hex 6A 51 4E 0 18 1A 3A 6 F 24
Octal 152 121 116 0 30 32 72 6 17 44
Binary 1101010 1010001 1001110 0 11000 11010 111010 110 1111 100100

Color Harmonies of #6A514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A514E

Black with #6A514E

Text Example


Text Example

White with #6A514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,81,78); }

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

background-color css

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

 a { background-color: rgb(106,81,78); }

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

border-color css

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

 span { border-color: rgb(106,81,78); }

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