Html Css Color HEX #6A5352 Buccaneer

📋 copy color: '#6A5352'

red 106 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #6A5352

Tints of Buccaneer #6A5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 82 (32.42% from 255) = 30.26%

R = 39.11%
G = 30.63%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6A5352 (or 0x6A5352) is known color: Buccaneer. HEX triplet: 6A, 53 and 52. RGB value is (106,83,82). Sum of RGB (Red+Green+Blue) = 106+83+82=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5352 is #95ACAD. Grayscale: #595959. Windows color (decimal): -9809070 or 5395306. OLE color: 5395306.

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

Color convert

RGB 106 83 82 -
CMYK 0 0.22 0.23 0.58
HSL 2.5º 0.13% 0.37% -
HSV(B) 2.5º 0.23% 0.42% -
XYZ 10.56 9.86 9.33 -
YUV 89.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 106 83 82 0 0.22 0.23 0.58 2.5 0.13 0.37
Hex 6A 53 52 0 16 17 3A 2 D 25
Octal 152 123 122 0 26 27 72 2 15 45
Binary 1101010 1010011 1010010 0 10110 10111 111010 10 1101 100101

Color Harmonies of #6A5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5352

Black with #6A5352

Text Example


Text Example

White with #6A5352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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