Html Css Color HEX #655151 Buccaneer

📋 copy color: '#655151'

red 101 ◦ green 81 ◦ blue 81

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

Shades of Buccaneer #655151

Tints of Buccaneer #655151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 38.4%
G = 30.8%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#655151 (or 0x655151) is known color: Buccaneer. HEX triplet: 65, 51 and 51. RGB value is (101,81,81). Sum of RGB (Red+Green+Blue) = 101+81+81=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #655151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655151 is #9AAEAE. Grayscale: #575757. Windows color (decimal): -10137263 or 5329253. OLE color: 5329253.

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

Color convert

RGB 101 81 81 -
CMYK 0 0.20 0.20 0.60
HSL 0.11% 0.36% -
HSV(B) 0.2% 0.4% -
XYZ 9.79 9.25 9.05 -
YUV 86.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 101 81 81 0 0.20 0.20 0.60 0 0.11 0.36
Hex 65 51 51 0 14 14 3C 0 B 24
Octal 145 121 121 0 24 24 74 0 13 44
Binary 1100101 1010001 1010001 0 10100 10100 111100 0 1011 100100

Color Harmonies of #655151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655151

Black with #655151

Text Example


Text Example

White with #655151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655151; }

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

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

background-color css

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

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

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

border-color css

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

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

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