Html Css Color HEX #655252 Buccaneer

📋 copy color: '#655252'

red 101 ◦ green 82 ◦ blue 82

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

Shades of Buccaneer #655252

Tints of Buccaneer #655252

RGB

 RED value IS 101 (39.84% from 255) = 38.11%

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

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

R = 38.11%
G = 30.94%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#655252 (or 0x655252) is known color: Buccaneer. HEX triplet: 65, 52 and 52. RGB value is (101,82,82). Sum of RGB (Red+Green+Blue) = 101+82+82=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #655252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655252 is #9AADAD. Grayscale: #575757. Windows color (decimal): -10137006 or 5395045. OLE color: 5395045.

HSL color Cylindrical-coordinate representation of color #655252: hue angle of 0º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655252 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 82 82 -
CMYK 0 0.19 0.19 0.60
HSL 0.1% 0.36% -
HSV(B) 0.19% 0.4% -
XYZ 9.91 9.41 9.28 -
YUV 87.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 101 82 82 0 0.19 0.19 0.60 0 0.1 0.36
Hex 65 52 52 0 13 13 3C 0 A 24
Octal 145 122 122 0 23 23 74 0 12 44
Binary 1100101 1010010 1010010 0 10011 10011 111100 0 1010 100100

Color Harmonies of #655252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655252

Black with #655252

Text Example


Text Example

White with #655252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655252; }

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

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

background-color css

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

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

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

border-color css

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

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

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