Html Css Color HEX #665150 Buccaneer

📋 copy color: '#665150'

red 102 ◦ green 81 ◦ blue 80

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

Shades of Buccaneer #665150

Tints of Buccaneer #665150

RGB

 RED value IS 102 (40.23% from 255) = 38.78%

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

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 38.78%
G = 30.8%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#665150 (or 0x665150) is known color: Buccaneer. HEX triplet: 66, 51 and 50. RGB value is (102,81,80). Sum of RGB (Red+Green+Blue) = 102+81+80=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #665150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665150 is #99AEAF. Grayscale: #575757. Windows color (decimal): -10071728 or 5263718. OLE color: 5263718.

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

Color convert

RGB 102 81 80 -
CMYK 0 0.21 0.22 0.6
HSL 2.73º 0.12% 0.36% -
HSV(B) 2.73º 0.22% 0.4% -
XYZ 9.87 9.29 8.86 -
YUV 87.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 102 81 80 0 0.21 0.22 0.6 2.73 0.12 0.36
Hex 66 51 50 0 15 16 3C 3 C 24
Octal 146 121 120 0 25 26 74 3 14 44
Binary 1100110 1010001 1010000 0 10101 10110 111100 11 1100 100100

Color Harmonies of #665150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665150

Black with #665150

Text Example


Text Example

White with #665150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665150; }

 p { color: rgb(102,81,80); }

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

background-color css

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

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

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

border-color css

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

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

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