Html Css Color HEX #605050 Buccaneer

📋 copy color: '#605050'

red 96 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #605050

Tints of Buccaneer #605050

RGB

 RED value IS 96 (37.89% from 255) = 37.5%

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

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

R = 37.5%
G = 31.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#605050 (or 0x605050) is known color: Buccaneer. HEX triplet: 60, 50 and 50. RGB value is (96,80,80). Sum of RGB (Red+Green+Blue) = 96+80+80=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #605050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605050 is #9FAFAF. Grayscale: #545454. Windows color (decimal): -10465200 or 5263456. OLE color: 5263456.

HSL color Cylindrical-coordinate representation of color #605050: hue angle of 0º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605050 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 80 80 -
CMYK 0 0.17 0.17 0.62
HSL 0.09% 0.35% -
HSV(B) 0.17% 0.38% -
XYZ 9.14 8.8 8.81 -
YUV 84.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 96 80 80 0 0.17 0.17 0.62 0 0.09 0.35
Hex 60 50 50 0 11 11 3E 0 9 23
Octal 140 120 120 0 21 21 76 0 11 43
Binary 1100000 1010000 1010000 0 10001 10001 111110 0 1001 100011

Color Harmonies of #605050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605050

Black with #605050

Text Example


Text Example

White with #605050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605050; }

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

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

background-color css

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

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

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

border-color css

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

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

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