Html Css Color HEX #6A5454 Buccaneer

📋 copy color: '#6A5454'

red 106 ◦ green 84 ◦ blue 84

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

Shades of Buccaneer #6A5454

Tints of Buccaneer #6A5454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 38.69%
G = 30.66%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6A5454 (or 0x6A5454) is known color: Buccaneer. HEX triplet: 6A, 54 and 54. RGB value is (106,84,84). Sum of RGB (Red+Green+Blue) = 106+84+84=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5454 is #95ABAB. Grayscale: #5A5A5A. Windows color (decimal): -9808812 or 5526634. OLE color: 5526634.

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

Color convert

RGB 106 84 84 -
CMYK 0 0.21 0.21 0.58
HSL 0.12% 0.37% -
HSV(B) 0.21% 0.42% -
XYZ 10.71 10.04 9.76 -
YUV 90.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 106 84 84 0 0.21 0.21 0.58 0 0.12 0.37
Hex 6A 54 54 0 15 15 3A 0 C 25
Octal 152 124 124 0 25 25 72 0 14 45
Binary 1101010 1010100 1010100 0 10101 10101 111010 0 1100 100101

Color Harmonies of #6A5454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5454

Black with #6A5454

Text Example


Text Example

White with #6A5454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,84,84); }

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

background-color css

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

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

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

border-color css

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

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

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