Html Css Color HEX #6A5553 Buccaneer

📋 copy color: '#6A5553'

red 106 ◦ green 85 ◦ blue 83

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

Shades of Buccaneer #6A5553

Tints of Buccaneer #6A5553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 83 (32.81% from 255) = 30.29%

R = 38.69%
G = 31.02%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6A5553 (or 0x6A5553) is known color: Buccaneer. HEX triplet: 6A, 55 and 53. RGB value is (106,85,83). Sum of RGB (Red+Green+Blue) = 106+85+83=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5553 is #95AAAC. Grayscale: #5B5B5B. Windows color (decimal): -9808557 or 5461354. OLE color: 5461354.

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

Color convert

RGB 106 85 83 -
CMYK 0 0.20 0.22 0.58
HSL 5.22º 0.12% 0.37% -
HSV(B) 5.22º 0.22% 0.42% -
XYZ 10.75 10.19 9.58 -
YUV 91.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 106 85 83 0 0.20 0.22 0.58 5.22 0.12 0.37
Hex 6A 55 53 0 14 16 3A 5 C 25
Octal 152 125 123 0 24 26 72 5 14 45
Binary 1101010 1010101 1010011 0 10100 10110 111010 101 1100 100101

Color Harmonies of #6A5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5553

Black with #6A5553

Text Example


Text Example

White with #6A5553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,83); }

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

background-color css

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

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

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

border-color css

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

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

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