Html Css Color HEX #665050 Buccaneer

📋 copy color: '#665050'

red 102 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #665050

Tints of Buccaneer #665050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 38.93%
G = 30.53%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#665050 (or 0x665050) is known color: Buccaneer. HEX triplet: 66, 50 and 50. RGB value is (102,80,80). Sum of RGB (Red+Green+Blue) = 102+80+80=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #665050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665050 is #99AFAF. Grayscale: #565656. Windows color (decimal): -10071984 or 5263462. OLE color: 5263462.

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

Color convert

RGB 102 80 80 -
CMYK 0 0.22 0.22 0.6
HSL 0.12% 0.36% -
HSV(B) 0.22% 0.4% -
XYZ 9.8 9.14 8.84 -
YUV 86.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 102 80 80 0 0.22 0.22 0.6 0 0.12 0.36
Hex 66 50 50 0 16 16 3C 0 C 24
Octal 146 120 120 0 26 26 74 0 14 44
Binary 1100110 1010000 1010000 0 10110 10110 111100 0 1100 100100

Color Harmonies of #665050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665050

Black with #665050

Text Example


Text Example

White with #665050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665050; }

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

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

background-color css

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

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

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

border-color css

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

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

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