Html Css Color HEX #6A5252 Buccaneer

📋 copy color: '#6A5252'

red 106 ◦ green 82 ◦ blue 82

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

Shades of Buccaneer #6A5252

Tints of Buccaneer #6A5252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

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

R = 39.26%
G = 30.37%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6A5252 (or 0x6A5252) is known color: Buccaneer. HEX triplet: 6A, 52 and 52. RGB value is (106,82,82). Sum of RGB (Red+Green+Blue) = 106+82+82=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5252 is #95ADAD. Grayscale: #595959. Windows color (decimal): -9809326 or 5395050. OLE color: 5395050.

HSL color Cylindrical-coordinate representation of color #6A5252: hue angle of 0º 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 #6A5252 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 82 82 -
CMYK 0 0.23 0.23 0.58
HSL 0.13% 0.37% -
HSV(B) 0.23% 0.42% -
XYZ 10.48 9.71 9.3 -
YUV 89.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 106 82 82 0 0.23 0.23 0.58 0 0.13 0.37
Hex 6A 52 52 0 17 17 3A 0 D 25
Octal 152 122 122 0 27 27 72 0 15 45
Binary 1101010 1010010 1010010 0 10111 10111 111010 0 1101 100101

Color Harmonies of #6A5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5252

Black with #6A5252

Text Example


Text Example

White with #6A5252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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